[JSP / Servlet] Fuite mémoire
Bonjour,
j'ai deployé mon application web (Jsp -servlet) sur tomcat8.
Tous ce passe bien, sauf que je doit recharger chaque matin mon webapplication.
J'ai constaté le ficher d'erreur
Code:
1 2 3 4 5
|
WARNING [http-nio-8181-exec-550] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc
The web application [comparateur] 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. |
Comment je peux le fixer?