Phil Latio <phil.latio.DeleteThis@f-in-stupid.co.uk> wrote:
> again. My problem is that I can't close Tomcat down without viewing at least
> one page using a browser.
Yes, sometimes it happens, especially if your applications are creating
many 'services' that runs independently. You want to take it down
immediately no matter what?
kill -9 `ps -ef | grep tomcat | grep -v grep | awk '{print $2}'`
will do. Note the first and last backquotes (`) instead of (').
Davide
--
| Matter cannot be created or destroyed, nor can it be returned without
| a receipt.
|
|<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Can some others try this simple test with Tomcat 5.0.xx