当前位置:编程学习 > JAVA >>

tomcat部署问题

The web application [/blsid] registered the JDBC driver  [com.microsoft.sqlserver.jdbc.SQLServerDriver]but failed to unregister it when the web application
was stopped.to prevent amemry leak,the jdbc driver has been forcibly unregistered 这是什么原因啊?怎么改? --------------------编程问答-------------------- 是不是DriverManager.getConnection(。。。)这里面的那个url,name,pwd没写对?

还有个说法是说缓存的问题:
有三种解决方法:
1,设置一个ServletContextEvent,在application关闭前,调用 CacheManager . getInstance (). shutdown (); 来关闭Ecache。
2,在 ehcache.xml 里面设置 overflowToDisk="false" 。
3,每次重新启动 tomcat 当你部署application时。

再有问题,把tomcat换了吧,换个更高点的版本
补充:Java ,  Java相关
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,