在win 下运行正常 但布置都linux 后 启动tomcat 会报下面错误 严重: Error filterStart
2011-4-13 14:17:46 org.apache.catalina.core.StandardContext startInternal
严重: Context [/zqbregmonitor] startup failed due to previous errors
2011-4-13 14:17:46 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/zqbregmonitor] registered the JDBC driver [oracle.jdbc.driver.OracleDriver] 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-13 14:17:46 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/zqbregmonitor] registered the JDBC driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] 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-13 14:17:46 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/zqbregmonitor] appears to have started a thread named [MongoCleaner1477049838] but has failed to stop it. This is very likely to create a memory leak.
2011-4-13 14:17:46 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/zqbregmonitor] appears to have started a thread named [MongoCleaner518144827] but has failed to stop it. This is very likely to create a memory leak.
2011-4-13 14:17:46 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/zqbregmonitor] appears to have started a thread named [Resource Destroyer in BasicResourcePool.close()] but has failed to stop it. This is very likely to create a memory leak.
2011-4-13 14:17:46 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory host-manager
2011-4-13 14:17:46 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory docs
2011-4-13 14:17:46 org.apache.coyote.AbstractProtocolHandler start
信息: Starting ProtocolHandler ["http-bio-8080"]
2011-4-13 14:17:46 org.apache.coyote.AbstractProtocolHandler start
信息: Starting ProtocolHandler ["ajp-bio-8009"]
2011-4-13 14:17:46 org.apache.catalina.startup.Catalina start
信息: Server startup in 3408 ms请大虾们看看 找了好久了 还没解决