|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
We have Tomcat running on Unix machine, I need to check whether it is up and running periodically (probably every 10minutes). If its down somebody has to be notified thro email. Thanks in advance Rajesh |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Hi Raj,
you can put open a unix terminal interface and try searching tomcat processes by, " ps -ef | grep tomcat " this will list all the tomcat processes spawned in a perticular moment in general. or can punch " pgrep tomcat " too. Regards.. raj.raghavan@gmail.com wrote: > Hi, > We have Tomcat running on Unix machine, I need to check whether it > is up and running periodically (probably every 10minutes). If its down > somebody has to be notified thro email. > > Thanks in advance > Rajesh |
|
![]() |
| Outils de la discussion | |
|
|