作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经在 tomcat7 中部署了一个网络应用程序,我所要做的就是启动该应用程序,但每次我尝试启动该网络应用程序时,我总是会遇到此错误:
FAIL - Application at context path /agileexpress could not be started
这是我在日志中得到的,好像我的 sql 有问题
May 15, 2015 4:54:55 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 35067 ms
May 15, 2015 4:55:39 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
May 15, 2015 4:55:39 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/agileexpress] startup failed due to previous errors
May 15, 2015 4:55:39 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/agileexpress] 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.
May 15, 2015 4:55:39 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/agileexpress] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
谁能帮帮我?我是 tomcat7 的新手
最佳答案
将您的 JDBC 驱动程序移动到 Tomcat(通用类加载器)lib/目录(在 catalina.properties
文件中定义,通常位于 CATALINA_HOME/lib
中)。这将告诉通用类加载器加载驱动程序,您的 webapp 类加载器应该没有问题。
关于mysql - 在 tomcat7 中部署 Web 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30255521/
我是一名优秀的程序员,十分优秀!