> From: Adlane ACHAB [mailto:[email protected]] > Subject: Re: Tomcat unexpectedly shuts down > > no, i grep "System.exit" and no result found
And did you look inside all jars that your webapps might be using as libraries? You can disable System.exit() with a SecurityManager, if desired. Do the Tomcat logs show a normal shutdown sequence, or do they just abruptly stop? - 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: [email protected] For additional commands, e-mail: [email protected]
