RE: How to log shutting down of tomcat

2002-03-06 Thread Keith Ng
-Original Message- From: Halfmann, Klaus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 3:54 PM To: Tomcat Users List I could think about the following reasons: a) a hard crash of the Java VM (may happen when using native code) b) Some code calls System.exit()

RE: How to log shutting down of tomcat

2002-03-06 Thread Keith Ng
Assinovsky Sent: Tuesday, March 05, 2002 4:17 PM To: Tomcat Users List Subject: Re: How to log shutting down of tomcat You can see tomcat's shutdown in /logs/catalina.out Run tail -f $CATALINA_HOME/logs/catalina.out Keith Ng wrote: is there anyway to log the shutting down of tomcat? My tomcat

RE: How to log shutting down of tomcat

2002-03-06 Thread Keith Ng
- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 4:01 AM To: Tomcat Users List Subject: RE: How to log shutting down of tomcat I have tried running with startup -f $CATALINA_HOME/logs/catalina.out in command promot, tomcat window comes up a while den disappear, if i do

RE: How to log shutting down of tomcat

2002-03-05 Thread Randy Layman
Are you running Tomcat as a service and it happens to shutdown every time you log off the machine? If so then you are having a problem with one of Sun's feature enhancements to the JVM. You need to pass the JVM -Xrs when it starts up so that it doesn't pay attention to the logoff

RE: How to log shutting down of tomcat

2002-03-04 Thread Halfmann, Klaus
Keith Ng [mailto:[EMAIL PROTECTED]] wrote: is there anyway to log the shutting down of tomcat? My tomcat server tend to auto shutdown for unknown reasons. I have been trying to trace to no avail. Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours and i wasnt

Re: How to log shutting down of tomcat

2002-03-04 Thread Lev Assinovsky
You can see tomcat's shutdown in /logs/catalina.out Run tail -f $CATALINA_HOME/logs/catalina.out Keith Ng wrote: is there anyway to log the shutting down of tomcat? My tomcat server tend to auto shutdown for unknown reasons. I have been trying to trace to no avail. Currently using 1.3.1 and