It depends on the application you are running, but a simple test would be to 
access the webpage (ensuring part of it is served from Tomcat, not apache) and 
check for an expected response.

For example, a simple jsp page that prints out "ok"
You can then do a wget, and check for that string.

Cheers.

On 22/09/10 10:13 PM, "Mendiratta, Shashank" <shashank_mendira...@intuit.com> 
wrote:

Hi Darryl,

Yes This is the same problem I am facing. Sorry  I am kind of new to it
but can you tell me what kind of end to end monitoring should I do ?
Regards

Shashank

-----Original Message-----
From: Darryl Lewis [mailto:darryl.le...@unsw.edu.au]
Sent: Wednesday, September 22, 2010 5:38 PM
To: Tomcat Users List
Subject: Re: How ot monitor hung tomcat/apache processes?

In my experience, the PID can still exist of tomcat but a Java heap
crash has stopped it responding.

Checking a PID will not check if the application is responding.

You're better to do some sort of end to end monitoring


On 22/09/10 10:03 PM, "Mendiratta, Shashank"
<shashank_mendira...@intuit.com> wrote:





Hi ,

I am working on a monitoring system to find out hung tomcat/apache
processes .

By this I mean if the PID exists and still the apache / tomcat is not
responding that due to memory leak or variety of other reasons . Is
their a tool to find this .



Regards



Shashank



Reply via email to