Chris,

That script would also (I think) kill the VisualJVM and my small java server, wouldn't it. That is not happening... those are staying very much alive, just Tomcat goes down.

Thanks,

Carl


----- Original Message ----- From: "Christopher Schultz" <ch...@christopherschultz.net>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, February 12, 2010 3:10 PM
Subject: Re: Tomcat dies suddenly


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Carl,

On 2/12/2010 3:03 PM, Carl wrote:
Oooo, that's interesting.  Just tried kill -9 xxx (the process id of the
java process) on one the servers not currently in production and it put
nothing in the catalina.out file and nothing in the Slackware messages
file.

Time to test the ideas from Chris and Peter.

Maybe you should look around for a script like this:

#!/bin/sh

while true
do
 sleep `random`
 killall -KILL java
done

:)

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkt1tb4ACgkQ9CaO5/Lv0PArjgCeJ5HUImbpQCTyBgqVFt16bqUB
NtMAn2kuTh159ad00+Y059p3XqCj5tZr
=cLAj
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to