|
本帖最后由 lllzzzllzzlz 于 2011-2-12 19:26 编辑
各位好,我用的最新版的JDBC,运行后web页面显示不了添加数据成功,tomcat后台报数据库连接错误。我将光盘里面的2.3示例拷进工程里依然报错。有人遇到这样的问题吗?报错我就不贴出来了,不会帖子里贴图。大概意思就是jdbc连接错误。
对了,mysql登陆正常。win7的操作系统。
com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.io.EOFException
STACKTRACE:
........
tomcat日志找到的。
SEVERE: The web application [/ch2] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. |
|