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
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
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 no answer.
You could also use nagios with the check_http or with nrpe to check the
processes on the app server. See nagios.org on this one, this is qui
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