> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Tomcat for Dummies > > Now, how many of these "ServletContextListener" things > are in existence, and how many are being called to say > that something is going on ?
Read the servlet spec (section 10). The number in existence is the number you specify (usually just one, but there's no limit), and all that are specified will be called once each. As Mark previously stated, the call(s) will be made after a reasonable waiting period to allow active requests to finish processing. - 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