> From: Marco Castillo [mailto:mabcasti...@vdkit.net]
> Subject: Tomcat unexpected shutdown on Solaris
> 
> I have checked all the logs and there is no exception displayed,
> no error, nothing. I look for an error file from java, but there
> is no one. It happens randomly. Sometimes the Tomcat works for 
> large periods of time, sometimes it shutdowns 5 minutes after it
> has been started. Does somebody has any idea?

Likely one of your webapps (possibly a 3rd-party library) is calling 
System.exit() - very anti-social behavior.  You can use a security manager to 
prevent it and catch the culprit.

 - 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

Reply via email to