还有,jsp页面如下:
<%@ page contentType="text/html; charset=gb2312" language="java" %><html>
<head></head>
<jsp:useBean id="dbBean" scope="page" class="dbBean"/>
<body></body>
</html>
我的bean放在studbl/web-inf/classes目录中