Java Quartz Memory leak message
问题 i have an quartz job in my web-application, which is started by an servlet. When i redeploy my application i get following message [DefaultQuartzScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak Also in production we have the problem that the tomcat-server doesn't stop after ./shutdown.sh, so that we have to kill the process. In my opinion it depence on the quartz job, that can't stop. How can i stop the quartz job by redeploy my application or