> From: Arunkumar Janarthanan [mailto:arunkumar.webad...@gmail.com] > Subject: Re: Tomcat Coyote HTTP11Protocol Pause > > There was no other error reported apart from sequence of Pause, stop > destroyed messages from catalina.
Something shut down Tomcat, and what you see is the normal result of that. If the shutdown was unexpected, then either someone sent the shutdown password over the shutdown port - or you've got a rogue webapp that's calling System.exit(). The latter can be prevented by employing a security manager, such as what's described here: https://www.securecoding.cert.org/confluence/display/java/EXC04-J.+Prevent+against+inadvertent+calls+to+System.exit%28%29+or+forced+shutdown - 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