首页 > 数据库技术 > 详细

tomcat 启动是 jdbc警告

时间:2018-05-20 13:59:39      阅读:243      评论:0      收藏:0      [点我收藏+]

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警告

原文:https://www.cnblogs.com/tomcuper/p/9063122.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!