> From: keglius [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat 5.0 strange crashes
> 
> The Java application works fine, however sometimes Apache 
> Tomcat 5.0 just crashes without any reasons.

If you find nothing in the logs, Tomcat isn't "crashing".  Since there
also don't appear to be any of the normal shutdown messages in the logs,
then it's possible that either Plesk is terminating the process or
something inside your webapp is calling the System.exit() API.  You can
use a SecurityManager to disable System.exit() calls; Google for
"disable System.exit".  (Checking Peter C's possibility first - it's
easier.)

 - 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