One solution is to look at the open ports.
Onother is to look at the process tree.

How to do that, depends on your operation system.
E.g.: 
if tomcat is configured to use port 8007 under linux
you can use something like that:
lsof -i :8007

> -----Urspr�ngliche Nachricht-----
> Von: Laura [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 13. Juni 2002 11:26
> An: Tomcat Users List
> Betreff: Other question
> 
> But Tomcat doesn't write any PID: how can I know if Tomcat is 
> alive or not? Is there any script for that?
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to