Interesting....thanks Chuck

Ken

On Mar 13, 2009, at 10:33 AM, Caldarale, Charles R wrote:

From: Ken Bowen [mailto:kbo...@als.com]
Subject: Re: Tomcat for Dummies

I believe (but do not know -- Chuck, Mark??) that Tomcat essentially
creates a (new or recycled) thread in which to run contextDestroyed .

Looks like it's actually the thread that processes the request for the Tomcat manager app that calls contextDestroyed() (and contextIntitialized() when restarting); no new threads are spawned or picked up out of the pool. (Verified by setting maxThreads="1" and displaying the thread name in the listener.)

- 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



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to