kill all java will kill all other java processes too.
You can use this.

kill -9 `ps -C java u --cols=500 | grep tomcat | awk '{print $2}'`

Shuklix


On Wed, Nov 29, 2000 at 09:51:32PM +0200, Jaco van Staden wrote:
>
> Hi
>
> When I excecute ../bin/shutdown.sh all the Java Threads stay alive. When I
> start again new Threads are started. And so on..
>
> What could cause this?
>
> I am using Tomcat 3.1 on RH7 with SUN JDK1.2.2 -native threads.

    If anyone is following this, I also have experienced this problem with
no
obvious solution in sight.

    I am running IBM's JDK 1.3 for Linux and have seen this problem since
tomcat32b7 -> Catalina 4.0M5.  The magic 'killall java' seems to be the only
fix, as after the first shutdown.sh the Ajp12ConnectionHandler stops
listening
to shutdown requests.

  Just my USD$0.02.
  -- /v\atthew
--
Matthew L Daniel                   Rich bachelors should be heavily taxed.
Internet Director                  It is not fair that some men should be
SterlingPlanet, Inc.               happier than others.
[EMAIL PROTECTED]                            -- Oscar Wilde

Reply via email to