RE: Tomcat monitoring scripts

2005-01-13 Thread Rajaneesh
to restart it and monitoring of tomcat is not attached here. Regards Rajaneesh -Original Message- From: Faisal Abdullah [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 9:29 AM To: Tomcat Users List Subject: Re: Tomcat monitoring scripts On demand restarts with: http

Re: Tomcat monitoring scripts

2005-01-13 Thread Didier McGillis
I have this running on my dev, and so far i have not had any issues with it. From: Faisal Abdullah [EMAIL PROTECTED] Reply-To: Faisal Abdullah [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat monitoring scripts Date: Thu, 13 Jan 2005 11:59:03 +0800

Re: Tomcat monitoring scripts

2005-01-12 Thread Peter Lin
JMeter has a monitor for tomcat 5.0.19 and newer. It doesn't work with tomcat4 or older. in terms of restarting, you're probably going to have to write a shell script to do that. Typically, on unix a cron job is used. peter On Wed, 12 Jan 2005 15:12:15 +, Edd Dawson [EMAIL PROTECTED] wrote:

Re: Tomcat monitoring scripts

2005-01-12 Thread Edd Dawson
I'm looking more for something that sits on the actual servers and probes at set intervals and takes remedial action if necessary.. i just wondered if anyone had documented doing such a thing before. Peter Lin wrote: JMeter has a monitor for tomcat 5.0.19 and newer. It doesn't work with tomcat4

Re: Tomcat monitoring scripts

2005-01-12 Thread Peter Lin
most people use Perl or shell scripts to do that. There's plenty of scripts on the net for doing that by the process id. sorry, I don't have any links handy. google is your friend. peter On Wed, 12 Jan 2005 15:20:53 +, Edd Dawson [EMAIL PROTECTED] wrote: I'm looking more for something that

RE: Tomcat monitoring scripts

2005-01-12 Thread Peter Crowther
From: Edd Dawson [mailto:[EMAIL PROTECTED] I'm looking more for something that sits on the actual servers and probes at set intervals and takes remedial action if necessary. One trick that might work and takes almost no effort is to start Tomcat from [x]inetd - if it stops, the next

Re: Tomcat monitoring scripts

2005-01-12 Thread Edd Dawson
My googling skills are letting me down today.. i haven't managed to find any examples online (and i've been trying most of the day!) Peter Lin wrote: most people use Perl or shell scripts to do that. There's plenty of scripts on the net for doing that by the process id. sorry, I don't have any

Re: Tomcat monitoring scripts

2005-01-12 Thread Peter Lin
how about these http://www.kernel.org/software/mon/ http://www.eveandersson.com/arsdigita/free-tools/keepalive.html hope one of them helps. peter On Wed, 12 Jan 2005 15:47:37 +, Edd Dawson [EMAIL PROTECTED] wrote: My googling skills are letting me down today.. i haven't managed to find

Re: Tomcat monitoring scripts

2005-01-12 Thread Didier McGillis
Ch-Check this out. Shell script http://www.wespoke.com/archives/000728.php From: Edd Dawson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat monitoring scripts Date: Wed, 12 Jan 2005 15:20:53 + I'm looking more for something

Re: Tomcat monitoring scripts

2005-01-12 Thread Didier McGillis
: Tomcat monitoring scripts Date: Wed, 12 Jan 2005 16:22:52 + Ch-Check this out. Shell script http://www.wespoke.com/archives/000728.php From: Edd Dawson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat monitoring scripts Date

Re: Tomcat monitoring scripts

2005-01-12 Thread Faisal Abdullah
[EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: [EMAIL PROTECTED], tomcat-user@jakarta.apache.org Subject: Re: Tomcat monitoring scripts Date: Wed, 12 Jan 2005 16:22:52 + Ch-Check this out. Shell script http://www.wespoke.com/archives/000728.php From