> From: Rizwan Merchant [mailto:[EMAIL PROTECTED] > Subject: Shutdown log - deallocating instances > > Off late, I have been noticing that during a shutdown of the server I > see a message > "Waiting for xx instance(s) to be deallocated"
This message is logged up to three times for each servlet that has a non-zero allocation count, waiting for it to decrement to zero. After the third message, the ServletWrapper code just goes on and calls the servlet's destroy() method. Looks like you have two servlets that aren't always terminating properly. Unfortunately, the log message provides no information about which servlets those might be. The code in question is in the unload() method of container/catalina/src/share/org/apache/catalina/core/StandardWrapper.ja va around line 1300 in 5.5.20 if you want to change it to display more information. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]