I have the exception after updating a file and hot deployment it to Tomcat server.
Does anybody know what is wrong?
SEVERE: The web application [/app] registered the JDBC driver [org.postgresql.Driver]
but failed to unregister it when the web application was stopped.
To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Env.
- Tomcat 6 or 7 (the same error)
- Eclipse Helios
- JDK 1.7.0_55 with "Default VM parameters":
-Xms256M -Xmx512M -XX:PermSize=256M -XX:MaxPermSize=512M