https://issues.apache.org/bugzilla/show_bug.cgi?id=45363
Summary: Apache process is still running, when stopped the
service through shutdown.sh
Product: Tomcat 6
Version: 6.0.16
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: Native:JK
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Apache process is still running, when stopped the service through shutdown.sh
Need to kill the process explicitly.
Observed in Linux and Solaris os.
++++++++++++++++++++
peshve:/home1/sahid/apache-tomcat-6.0.16/bin # sh shutdown.sh
Using CATALINA_BASE: /home1/sahid/apache-tomcat-6.0.16
Using CATALINA_HOME: /home1/sahid/apache-tomcat-6.0.16
Using CATALINA_TMPDIR: /home1/sahid/apache-tomcat-6.0.16/temp
Using JRE_HOME: /usr/java/jdk1.5.0_15/
peshve:/home1/sahid/apache-tomcat-6.0.16/bin # ps -ef | grep apache
root 7168 1 0 Jul07 pts/0 00:07:01 /usr/java/jdk1.5.0_15//bin/java
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.lo
gging.config.file=/home1/sahid/apache-tomcat-6.0.16//conf/logging.properties
-Dj
ava.endorsed.dirs=/home1/sahid/apache-tomcat-6.0.16//endorsed -classpath
:/home1
/sahid/apache-tomcat-6.0.16//bin/bootstrap.jar
-Dcatalina.base=/home1/sahid/apac
he-tomcat-6.0.16/
-Dcatalina.home=/home1/sahid/apache-tomcat-6.0.16/ -Djava.io.t
mpdir=/home1/sahid/apache-tomcat-6.0.16//temp
org.apache.catalina.startup.Bootst
rap start
root 19787 19711 0 10:15 pts/1 00:00:00 grep apache
peshve:/home1/sahid/apache-tomcat-6.0.16/bin # kill -9 7168
peshve:/home1/sahid/apache-tomcat-6.0.16/bin # ps -ef | grep apache
root 19840 19711 0 10:21 pts/1 00:00:00 grep apache
++++++++++++++++++++++++++++++++++++++++=
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]