There was some earlier traffic about what causes this.  I think it said 
you may succeed in shutting down Tomcat after trying the shutdown script a 
few times.  You shouldn't have to do something as drastic as rebooting. At 
worst you'll have to find the offending processes yourself and `kill` them 
(I'd start with the leader).

You can tell whether you've successfully stopped Tomcat in several ways. 
One is to get a fairly complete `ps` listing and grep through it for 
indicative things.  Another is `netstat -a` and look for the LISTENer. 
Another revealing command is `lsof`.

Good luck,
Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to