我将系统部署在tomcat后启动tomcat时出现如下错误,请问是什么原因?

The web application [] registered the JBDC 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.

第1个回答  推荐于2017-11-24
一个web应用程序注册的JBDC驱动程序[com.mysql.jdbc.Driver],但Web应用程序时停止时未能注销。为了防止内存泄漏,JDBC驱动程序已被强行注册。如果你是整合ssh看看你的这个包:struts2-spring-plugin-2.1.8.jar 没加
加上去之后 就一切OK了 这个ssh问题出现的主要原因是因为struts2的JAR不匹配引起的。解决办法你可以参考struts2的官方帮助文档。那里面有各个插件的版本匹配。我也是试过很多次之后。才找到的这个解决办法。如果想深入研究的话可以参考一下。英文的http://echo.nextapp.com/site/node/6254 这个文章。呵呵 希望能对你有所帮助本回答被提问者采纳