https://issues.apache.org/bugzilla/show_bug.cgi?id=40162
--- Comment #11 from Konstantin Kolinko <knst.koli...@gmail.com> 2009-07-15 05:51:54 PST --- (In reply to comment #9) > However the servlets destroy() methods should be called by tomcat BEFORE the > resources of a web application are released. It *is* called BEFORE. It is your Runnable that runs *AFTER* those are released. If you need additional threads, write a Listener and terminate/wait for them before the webapp stops. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org