RE: Monitoring of Tomcat process

2007-02-23 Thread Krishna Paparaju
Try lambda probe for monitoring -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 4:51 AM To: Tomcat Users List Subject: Re: Monitoring of Tomcat process write a small programm (10 lines of code) which makes a http request via

RE: Monitoring of Tomcat process

2007-02-20 Thread ScottAnders
ebastien Pilon [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 7:17 AM To: Tomcat Users List Subject: RE: Monitoring of Tomcat process You could write a script that wget's the applications home page for a few iterations and that checks that the process is running and restart it if

RE: Monitoring of Tomcat process

2007-02-20 Thread Jean-Sebastien Pilon
is is quite a bigger thing than the 1st solution if you do not have a monitoring infrastructure with nagios already setup. > -Original Message- > From: Virgo Rustianto [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 20, 2007 6:51 AM > To: users@tomcat.apache.org > Subject:

Re: Monitoring of Tomcat process

2007-02-20 Thread Leon Rosenberg
write a small programm (10 lines of code) which makes a http request via urlconnection or http-client from jakarta/commons and tries to get an url from your application once a minute. If this fails it can send you an email or sms (another 10 lines) regards leon On 2/20/07, Virgo Rustianto <[EMAI

Monitoring of Tomcat process

2007-02-20 Thread Virgo Rustianto
Hi there, Currently I am using Tomcat webserver 4.1.2, does any one know how to monitoring Tomcat webserver ? The reason is I facing problem almost everyday Tomcat was down, currently I don't know how to see does tomcat running or down. Normally after startup I can't see anything except customer