Re: Restart-On-Failure for Tomcat?

2005-02-10 Thread Robert McIntosh
Hi Paul, I hope you don't mind the direct e-mail. Would you mind sharing your wget script? Thanks, Robert On Sat, 05 Feb 2005 23:02:50 -0600, Paul [EMAIL PROTECTED] wrote: I would suggest either a process monitor or using cron to run script every minute or so that would use wget to get a

Re: Restart-On-Failure for Tomcat?

2005-02-10 Thread Martin Grotzke
hello, i also have the problem that my tomcat stops does not respond, and this more than once a day. i'm currently looking for the cause of the problem, so i wrote a monitoring script that collects the top-output, does a thread-dump on the tomcat-process and performs a `netstat -p -n`, and

Re: Restart-On-Failure for Tomcat?

2005-02-10 Thread Martin Grotzke
On Thu, 2005-02-10 at 23:30 +0100, Martin Grotzke wrote: hello, i also have the problem that my tomcat stops does not respond, and this more than once a day. i'm currently looking for the cause of the problem, so i wrote a monitoring script that collects the top-output, does a

RE: Restart-On-Failure for Tomcat?

2005-02-07 Thread James Richardson
-Original Message- From: Trond G. Ziarkowski [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 07:57 To: tomcat-user@jakarta.apache.org Subject: Re: Restart-On-Failure for Tomcat? Hi! Someone mentioned on this list a while ago that Java Service Wrapper is capable of doing

Re: Restart-On-Failure for Tomcat?

2005-02-06 Thread Trond G. Ziarkowski
Hi! Someone mentioned on this list a while ago that Java Service Wrapper is capable of doing this. Haven't tested it myself but you can check it out at http://wrapper.tanukisoftware.org/ Trond Robert McIntosh wrote: Hi, I'm supporting a web application running on Apache (2.0x) /Tomcat(5.0.x) w/

Restart-On-Failure for Tomcat?

2005-02-05 Thread Robert McIntosh
Hi, I'm supporting a web application running on Apache (2.0x) /Tomcat(5.0.x) w/ mod-jk. The web application seems to cause Tomcat (5.0.28) to fail on average once a week. Restarting tomcat tends to do the trick, however this is in a production enviornment. I've been looking for a

Re: Restart-On-Failure for Tomcat?

2005-02-05 Thread Paul
I would suggest either a process monitor or using cron to run script every minute or so that would use wget to get a test page and if it fails, restart tomcat. I've been using the latter of the two with good success for a while. Of course, I'm assuming your using Linux or the like, but if