2011-4-1 11:26:29 org.apache.catalina.startup.HostConfig checkResources
信息: Reloading context [/jquery]
2011-4-1 11:26:29 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/jquery] 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.
2011-4-1 11:26:29 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/jquery] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak.
2011-4-1 11:26:29 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application [/jquery] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@21043b]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@19cbd8d]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
2011-4-1 11:26:29 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application [/jquery] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@21043b]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@160b154]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
2011-4-1 11:26:29 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application [/jquery] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@21043b]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@11a2c8f]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
2011-4-1 11:26:30 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(E:\apache-tomcat-6.0.32\webapps\jquery\WEB-INF\lib\javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
2011-4-1 11:26:30 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
2011-4-1 11:26:31 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
2011-4-1 11:26:31 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]帮忙看下什么问题?!连接数据库,查询插入,都没有问题,返回页面也没有问题,但是。还是在部署项目的时候出现这么一大堆上网查了下,说是tomcat版本问题,换了6.0一下的还是一样。但是应该不是怎么解决的!!!

解决方案 »

  1.   

    这些东西你可以不必理会,tomcat会打印出这些东西,并不代表你的系统真有什么问题。
      

  2.   

    严重: The web application [/jquery] 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.严重:Web应用程序[/ jQuery的]注册的JDBC驱动程序[com.mysql.jdbc.Driver],但没有注销它时,Web应用程序已停止。为了防止内存泄漏,则JDBC驱动程序已被强行注销。http://saber5d.blog.163.com/blog/static/12799877820101042417153/
    百度一下你就知道了
      

  3.   

    struts里面的web.xml里面没有配置清理
      

  4.   

    如果在的IDE下 能够运行  那就没必要去研究tomcat配置不对的问题 
    因为现在发布的IDE 有得可能已经给你简化了 
      

  5.   

    validateJarFile(E:\apache-tomcat-6.0.32\webapps\jquery\WEB-INF\lib\javaee.jar) - jar not loaded.