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! D'oh

Re: Tomcat mysteriously shuts down

2007-02-19 Thread raine king
eryone for you're help. From: "raine king" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" 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 fa

Re: Tomcat mysteriously shuts down

2007-02-15 Thread delbd
> As for the second bit--I installed tomcat myself. > >> From: David Delbecq <[EMAIL PROTECTED]> >> Reply-To: "Tomcat Users List" >> To: Tomcat Users List >> Subject: Re: Tomcat mysteriously shuts down >> Date: Thu, 15 Feb 2007 14:08:33 +010

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

Re: Tomcat mysteriously shuts down

2007-02-15 Thread raine king
ond bit--I installed tomcat myself. From: David Delbecq <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: Tomcat mysteriously shuts down Date: Thu, 15 Feb 2007 14:08:33 +0100 Normally, tomcat shutsdown is a localhost running application sends a shutdow

Re: Tomcat mysteriously shuts down

2007-02-15 Thread David Delbecq
ervlet and Tomcat, just on a > different machine running off a shared hard disk-- I just change a > line in the catalina.out to use the Java5 JVM on the RedHat 4 machine. > > > > > > >> From: "Andre Prasetya" <[EMAIL PROTECTED]> >> Reply-To: &qu

Re: Tomcat mysteriously shuts down

2007-02-15 Thread Nadav Steindler
t;Andre Prasetya" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" 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

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" To: users@tomcat.apache.org Subject: Re: Tomcat mysteriously shuts down Date: Thu, 15 Feb 2007 12:09:33

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: 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: 1) The Tomcat process no longer appears

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 Tomc

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