I have this web application deployed to tomcat. Although it does not start automatically after rebooting and loading all components. It only works when I go to the manager page and start it from there or restart the tomcat service.
I get a Startlistener error message and a Severe message:
The web application [web application] registered the JDBC driver [net.sourceforge.jtds.jdbc.Driver], but failed to unregister when the web application was stopped. To prevent a memory leak, the JDBC driver was forcibly unregistered.
Has anyone experienced the same type of problem? I have run out of debugging ideas.
source share