tomcat 启动是 jdbc警告

Posted tomcuper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat 启动是 jdbc警告相关的知识,希望对你有一定的参考价值。

the web application [ROOT] 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应用程序根注册了JDBC驱动程序com.mysql.jdbc。当web应用程序被停止时,驱动程序却未能将其注销。为了防止内存泄漏,JDBC驱动程序已被强制注册。

 

如果将JDBC驱动程序JAR移动到tomcatlib文件夹,而不是放在webapp中,则警告会消失。

以上是关于tomcat 启动是 jdbc警告的主要内容,如果未能解决你的问题,请参考以下文章

放弃连接的警告 - 使用 tomcat 7 抛出 PooledConnection 异常

bug:eclispe中启动Tomcat警告org.apache.catalina.LifecycleException: 子容器启动失败

启动tomcat服务器JDBC报错

tomcat启动总是会有一个警告警告: did not find a matching property.

从 Eclipse 启动 Tomcat 时出现“SetPropertiesRule”警告消息 [重复]

由于 jdbc 驱动加载,Tomcat 无法启动