严重: Error filterStart
2010-12-2 10:06:07 org.apache.catalina.core.StandardContext start
严重: Context [/TestVer1.0] startup failed due to previous errors
2010-12-2 10:06:08 org.apache.catalina.loader.WebappClassLoader clearReferencesJ
dbc
严重: A web application registered the JBDC driver [com.mysql.jdbc.Driver] but f
ailed to unregister it when the web application was stopped. To prevent a memory
 leak, the JDBC Driver has been forcibly unregistered.
2010-12-2 10:06:08 org.apache.catalina.loader.WebappClassLoader clearThreadLocal
Map
严重: A web application created a ThreadLocal with key of type [null] (value [co
m.opensymphony.xwork2.inject.ContainerImpl$10@1bb326c]) and a value of type [jav
a.lang.Object[]] (value [[Ljava.lang.Object;@eb7331]) but failed to remove it wh
en the web application was stopped. To prevent a memory leak, the ThreadLocal ha
s been forcibly removed.
2010-12-2 10:06:08 org.apache.catalina.loader.WebappClassLoader clearThreadLocal
Map
严重: A web application created a ThreadLocal with key of type [null] (value [co
m.opensymphony.xwork2.inject.ContainerImpl$10@1efe475]) and a value of type [jav
a.lang.Object[]] (value [[Ljava.lang.Object;@7ff5b6]) but failed to remove it wh
en the web application was stopped. To prevent a memory leak, the ThreadLocal ha
s been forcibly removed.
2010-12-2 10:06:08 org.apache.catalina.startup.HostConfig deployDirectory各位大虾,小弟刚学不久,请问这些问题怎么去掉啊?

解决方案 »

  1.   

     JBDC driver [com.mysql.jdbc.Driver] 看这一句话
      

  2.   

    com.mysql.jdbc.Driver  mysql问题
      

  3.   

    这个问题,我也遇到过,当时我是用导入文件系统的方式导入一个web项目,启动时就报这个错误,后来我将项目删除,用复制粘贴的方式,然后用到的jar手动添加。
      

  4.   

    修改过驱动,如果还错,那就看一下web.xml配置文件有什么被系统自动修改的!