> From: David Smith [mailto:[EMAIL PROTECTED] 
> Subject: Re: After stopping tomcat, the tomcat process still 
> appearsto be running
> 
> To the best of my knowlege, System.exit() is never called from within 
> tomcat.

Well ... that's not quite true.  There are several calls to
System.exit() in the Tomcat source, but the only ones that appear to be
possibilities are ones dealing with exceptions while waiting on the
shutdown port.  Look at the org.apache.catalina.core.StandardServer
code.  There are also a few that can occur during initialization or
termination if errors are detected (e.g.,
org.apache.catalina.startup.Catalina).

 - 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