> From: Emerson, Christopher [mailto:cemer...@orangelake.com] > Subject: Please help ... [MultiThreadedHttpConnectionManager cleanup]
> Ever since we've upgraded to Tomcat 6 4 weeks ago, I've been fighting > the following error on shutdown ... You've actually had the error all along, but it's only the recent Tomcat versions that have been detecting and reporting it. > Nov 23, 2010 4:42:18 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesThreads > SEVERE: A web application appears to have started a thread named > [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. > This is very likely to create a memory leak. Your webapp has started an auxiliary thread, but not terminated it promptly. You should be using a ServletContextListener that insures any such extra threads have terminated before returning from its contextDestroyed() method. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org