> From: Jean-Pierre Astier [mailto:[EMAIL PROTECTED] 
> Subject: error in catalina.out log
> 
> 6 juin 2007 15:01:08 org.apache.catalina.core.StandardWrapper unload
> INFO: Waiting for 6 instance(s) to be deallocated

The above message appears during Tomcat shutdown or application
redeployment while it's waiting for active requests to finish processing
before calling the Servlet.destroy() method.  The count is the number of
servlet instances currently running; the message is displayed only three
times before going ahead and calling destroy() anyway.  (It would be
nice if it told us which servlet.)

> After this message I'm not be able to connect to my application.

That's because you've shut down either Tomcat or the application.

 - 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]

Reply via email to