You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Virgo Rustianto <vr...@gmail.com> on 2007/02/20 12:50:40 UTC

Monitoring of Tomcat process

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 care complaining
our aplication doesn't works then we know tomcat must startup again.

regards,
Virgo Rustianto

RE: Monitoring of Tomcat process

Posted by Krishna Paparaju <kp...@pillardata.com>.
Try lambda probe for monitoring


-----Original Message-----
From: Leon Rosenberg [mailto:rosenberg.leon@googlemail.com] 
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 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 <vr...@gmail.com> wrote:
> 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 care
complaining
> our aplication doesn't works then we know tomcat must startup again.
>
> regards,
> Virgo Rustianto
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Monitoring of Tomcat process

Posted by Leon Rosenberg <ro...@googlemail.com>.
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 <vr...@gmail.com> wrote:
> 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 care complaining
> our aplication doesn't works then we know tomcat must startup again.
>
> regards,
> Virgo Rustianto
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Monitoring of Tomcat process

Posted by Jean-Sebastien Pilon <js...@PENSON.CA>.
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 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:vrustianto@gmail.com] 
> Sent: Tuesday, February 20, 2007 6:51 AM
> To: users@tomcat.apache.org
> Subject: Monitoring of Tomcat process
> 
> 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 
> care complaining
> our aplication doesn't works then we know tomcat must startup again.
> 
> regards,
> Virgo Rustianto
> 
NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. 

AVIS: Le pr�sent courriel contient des renseignements de nature privil�gi�e et confidentielle et n�est destin� qu'� la personne � qui il est adress�. Si vous n��tes pas le destinataire pr�vu, vous �tes par les pr�sentes avis�s que toute diffusion, distribution ou reproduction de cette communication est strictement interdite.� Si vous avez re�u ce courriel par erreur, veuillez en aviser imm�diatement l�exp�diteur et le supprimer de votre syst�me. Notez que la transmission de courriel ne peut en aucun cas �tre consid�r� comme inviolable ou exempt d�erreur puisque les informations qu�il contient pourraient �tre intercept�s, corrompues, perdues, d�truites, arriv�es en retard ou incompl�tes ou contenir un virus. �

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org