hi all; when i shutdown tomcat, i found following message in the catalina.out;
2007-6-12 18:18:44 org.apache.catalina.core.StandardWrapper unload * Waiting for 6 instance(s) to be deallocated* 2007-6-12 18:18:45 org.apache.catalina.core.StandardWrapper unload *Waiting for 6 instance(s) to be deallocated *2007-6-12 18:18:46 org.apache.catalina.core.StandardWrapper unload *Waiting for 6 instance(s) to be deallocated *2007-6-12 18:18:46 org.apache.catalina.core.StandardWrapper unload *Waiting for 333 instance(s) to be deallocated* 2007-6-12 18:18:47 org.apache.catalina.core.StandardWrapper unload *Waiting for 333 instance(s) to be deallocated* 2007-6-12 18:18:48 org.apache.catalina.core.StandardWrapper unload * Waiting for 333 instance(s) to be deallocated* anyone has a idea about the about messages, does it means that there is dead lock in the program? or some connection are not closed? thank you for ideas! peter