Martin Cavanagh wrote:
> Caldarale, Charles R wrote:
>>> From: Darek Czarkowski [mailto:[EMAIL PROTECTED]
>>> Subject: Re: Tomcat crash @ midnight - but why?
>>>
>>> Now, this would be funny, can you search the source code of the
>>> deployed application for System.exit call?
>>   
> Heres trouble...........the System does call System.exit(), when it
> can't create the directory... - so I understand why my application would
> stop- but why would tomcat shutdown?

Because it shuts down the JVM, not your application.

http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html

p


> It's also using the client JVM not the server JVM (I installed JRE and
> there is no server JVM)
>> Doesn't quite fit the symptoms.  When a webapp calls System.exit(), the
>> following entry does NOT appear in the logs:
>>
>> Sep 26, 2007 1:23:07 PM org.apache.coyote.http11.Http11Protocol pause
>> INFO: Pausing Coyote HTTP/1.1 on http-8080
>>
>> Whereas when the service is stopped or the shutdown string is sent to
>> the shutdown port, the above message does appear in the logs.  The OP
>> did report that the "Pausing ..." message is present.
>>
>>  - 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]
>>
>>
>>
>>
>>   
> 
> 


---------------------------------------------------------------------
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