MySQL create memory leak in Tomcat

Posted by mabuzer on Stack Overflow See other posts from Stack Overflow or by mabuzer
Published on 2010-05-31T01:35:42Z Indexed on 2010/05/31 1:42 UTC
Read the original article Hit count: 306

Filed under:
|
|

I have set a JDBCRealm for web-app inside tomcat, and when I reload it I got this from tomcat:
SEVERE: A web application registered the JBDC 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.

I use tomcat 6.0.24, with MySQL Connector 5.1.10,,,

© Stack Overflow or respective owner

Related posts about java

Related posts about mysql