问题描述
严重:ErrorfilterStart2010-12-210:06:07org.apache.catalina.core.StandardContextstart严重:Context[/TestVer1.0]startupfailedduetopreviouserrors2010-12-210:06:08org.apache.catalina.loader.WebappClassLoaderclearReferencesJdbc严重:AwebapplicationregisteredtheJBDCdriver[com.mysql.jdbc.Driver]butfailedtounregisteritwhenthewebapplicationwasstopped.Topreventamemoryleak,theJDBCDriverhasbeenforciblyunregistered.2010-12-210:06:08org.apache.catalina.loader.WebappClassLoaderclearThreadLocalMap严重:AwebapplicationcreatedaThreadLocalwithkeyoftype[null](value[com.opensymphony.xwork2.inject.ContainerImpl$10@1bb326c])andavalueoftype[java.lang.Object[]](value[[Ljava.lang.Object;@eb7331])butfailedtoremoveitwhenthewebapplicationwasstopped.Topreventamemoryleak,theThreadLocalhasbeenforciblyremoved.2010-12-210:06:08org.apache.catalina.loader.WebappClassLoaderclearThreadLocalMap严重:AwebapplicationcreatedaThreadLocalwithkeyoftype[null](value[com.opensymphony.xwork2.inject.ContainerImpl$10@1efe475])andavalueoftype[java.lang.Object[]](value[[Ljava.lang.Object;@7ff5b6])butfailedtoremoveitwhenthewebapplicationwasstopped.Topreventamemoryleak,theThreadLocalhasbeenforciblyremoved.2010-12-210:06:08org.apache.catalina.startup.HostConfigdeployDirectory各位大虾,小弟刚学不久,请问这些问题怎么去掉啊?
解决方案
解决方案二:
JBDCdriver[com.mysql.jdbc.Driver]看这一句话
解决方案三:
MySQL驱动不对。
解决方案四:
com.mysql.jdbc.Drivermysql问题
解决方案五:
这个问题,我也遇到过,当时我是用导入文件系统的方式导入一个web项目,启动时就报这个错误,后来我将项目删除,用复制粘贴的方式,然后用到的jar手动添加。
解决方案六:
修改过驱动,如果还错,那就看一下web.xml配置文件有什么被系统自动修改的!