I am currently using tomcat7 . my web application has caused a Timer memory leak on stop . the log is :
SEVERE: A web application appears to have started a TimerThread
named [Timer-5] via the java.util.Timer API but has failed to stop it.
To prevent a memory leak, the timer (and hence the associated thread)
has been forcibly cancelled.
I am not using java.util.Timer
in my web-app.