$TOMCAT_HOME/bin/jsvc-src/native/Tomcat5.sh
has a function below
stop)
#
# Stop Tomcat
#
$DAEMON_HOME/src/native/unix/jsvc \
-stop \
-pidfile $PID_FILE \
org.apache.catalina.startup.Bootstrap
exit $?
;;
*)
Markus Schönhaber wrote:
reym wrote:
I have successfull
ta!!
Kind regards,
reym
Mark Shifman wrote:
>
> $TOMCAT_HOME/bin/jsvc-src/native/Tomcat5.sh
> has a function below
>
> stop)
> #
> # Stop Tomcat
> #
> $DAEMON_HOME/src/native/unix/jsvc \
> -stop \
> -pidfile $PID_FILE \
> org.apache.catalina.startup.Bootstrap
>
reym wrote:
> I have successfully installed Tomcat5.5 on port 80 using jsvc, on a CENTOS4
> platform. Once snag, i can only stop it by issuing a SIGTERM to the process,
> ie kill -9 . Is there a much more elegant way of shutting
> down tomcat, while still using jsvc???
jsvc -stop ...
Regards
m
Hi all,
I have successfully installed Tomcat5.5 on port 80 using jsvc, on a CENTOS4
platform. Once snag, i can only stop it by issuing a SIGTERM to the process,
ie kill -9 . Is there a much more elegant way of shutting
down tomcat, while still using jsvc??? I feel that shutting tomcat down this
w