Re: Tomcat mysteriously shuts down

2007-02-19 Thread raine king
for you're help. From: raine king [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: users@tomcat.apache.org Subject: Re: Tomcat mysteriously shuts down Date: Thu, 15 Feb 2007 13:55:19 + Hmm this may actually be working--I changed the port and so far it hasn't shutdown

Re: Tomcat mysteriously shuts down

2007-02-19 Thread David Kerber
raine king wrote: OK I figured it out: Me and a couple testers were all running versions of Tomcat and once in a while we would use the same machine, and we hadn't changed the shutdown port/message(server.xml) so we were occasionally shutting down one another's Tomcats with shutdown.sh!

Tomcat mysteriously shuts down

2007-02-15 Thread Nadav Steindler
When my servlet isn't sent any requests for about 15 minutes, tomcat shuts down. In particular: 1) The Tomcat process no longer appears when I do ps 2) The catalina.out ends with: Feb 14, 2007 2:12:38 PM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-9007

Re: Tomcat mysteriously shuts down

2007-02-15 Thread Andre Prasetya
why dont you post the catalina.out entry before pausing coyote ? the one that you post is the regular log for shutting down tomcat On 2/15/07, Nadav Steindler [EMAIL PROTECTED] wrote: When my servlet isn't sent any requests for about 15 minutes, tomcat shuts down. In particular: 1) The

Re: Tomcat mysteriously shuts down

2007-02-15 Thread albrecht andrzejewski
There is a port used to shutdown the server... This kind line in server.xml: Server port=8005 shutdown=SHUTDOWN debug=0 Perhaps someone is using this ? Quoting Nadav Steindler [EMAIL PROTECTED]: When my servlet isn't sent any requests for about 15 minutes, tomcat shuts down. In particular:

Re: Tomcat mysteriously shuts down

2007-02-15 Thread Nadav Steindler
I don't know if that's it--the public doesn't have access to our network. From: albrecht andrzejewski [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: users@tomcat.apache.org Subject: Re: Tomcat mysteriously shuts down Date: Thu, 15 Feb 2007 12:09:33 +0100

Re: Tomcat mysteriously shuts down

2007-02-15 Thread Nadav Steindler
PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: Tomcat Users List users@tomcat.apache.org Subject: Re: Tomcat mysteriously shuts down Date: Thu, 15 Feb 2007 17:56:22 +0700 why dont you post the catalina.out entry before pausing coyote ? the one that you post is the regular log

Re: Tomcat mysteriously shuts down

2007-02-15 Thread David Delbecq
in the catalina.out to use the Java5 JVM on the RedHat 4 machine. From: Andre Prasetya [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: Tomcat Users List users@tomcat.apache.org Subject: Re: Tomcat mysteriously shuts down Date: Thu, 15 Feb 2007 17:56:22 +0700 why

Re: Tomcat mysteriously shuts down

2007-02-15 Thread Hassan Schroeder
On 2/15/07, raine king [EMAIL PROTECTED] wrote: How do I check if another app is sending Tomcat messages? You could try the --log option in iptables. Or write a simple listener daemon to log the event if that doesn't provide enough data. FWIW, -- Hassan Schroeder

Re: Tomcat mysteriously shuts down

2007-02-15 Thread delbd
myself. From: David Delbecq [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: Tomcat Users List users@tomcat.apache.org Subject: Re: Tomcat mysteriously shuts down Date: Thu, 15 Feb 2007 14:08:33 +0100 Normally, tomcat shutsdown is a localhost running application sends