Martin Erlandsson a �crit :

> Hi List!
>
> I am running Tomcat 4.0.2 on Solaris.
> When Tomcat is shut down with the shutdown.sh script, it always leaves a
> process behind, which I have to kill manually. However, when starting it
> from the command line (catalina.sh run) and stopping it with Ctrl-C, the
> process dies OK.
> Has anyone seen this behavior before? Can it be avoided?
> Thanks in advance,
>
> /Martin
>
>
> # $CATALINA_HOME/bin/startup.sh
> # ps -ef |grep java
>     root  3547     1  0 15:33:15 pts/2    1:43
> /usr/java/bin/../bin/sparc/native_threads/java
> -Djava.endorsed.dirs=/mnt/extra/
> # $CATALINA_HOME/bin/shutdown.sh
> # ps -ef | grep java
>     root  3547     1  0 15:33:15 pts/2    1:43
> /usr/java/bin/../bin/sparc/native_threads/java
> -Djava.endorsed.dirs=/mnt/extra/
> # $CATALINA_HOME/bin/startup.sh
> # ps -ef | grep java
>     root  3728     1 12 16:22:31 pts/2    0:13
> /usr/java/bin/../bin/sparc/native_threads/java
> -Djava.endorsed.dirs=/mnt/extra/
>     root  3547     1  0 15:33:15 pts/2    1:44
> /usr/java/bin/../bin/sparc/native_threads/java
> -Djava.endorsed.dirs=/mnt/extra/
> # kill 3547
> #
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Ooops !

Seems a strange behavior, in fact.

Well i'm on the same OS 2.8 and never had this kind of behavior.

Seems that either yu don't have rights or the pid yu try to catch not the
good one.

BTW yu'd better have this process runnin' under another user with very
limited rights...

Try to trace the shutdown and startup ( sh -x )

Under which port are yu runnin' Tomcat ?

Give us a look of yur config files...

Hope this help.

Jean-Luc B :O)



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to