Hi all,
I'm working on Ubuntu 9.10, I have implemented a Java application and I have
installed it on Tomcat 7.0.4 with a WAR file. When I shut down Tomcat with
the command ./shutdown.sh, a java thread remains open. Notice that
application have a connection with a postgres db but the connections are
correctly closed. Someone know why?
With the command ps ax | grep java I have the thread's specifications:
 4842 ?        Sl     0:07 /usr/lib/java_ee/jdk/bin/java
-Djava.util.logging.config.file=/usr/lib/apache-tomcat-7.0.4/conf/logging.properties
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.endorsed.dirs=/usr/lib/apache-tomcat-7.0.4/endorsed -classpath
/usr/lib/apache-tomcat-7.0.4/bin/bootstrap.jar:/usr/lib/apache-tomcat-7.0.4/bin/tomcat-juli.jar
-Dcatalina.base=/usr/lib/apache-tomcat-7.0.4
-Dcatalina.home=/usr/lib/apache-tomcat-7.0.4
-Djava.io.tmpdir=/usr/lib/apache-tomcat-7.0.4/temp
org.apache.catalina.startup.Bootstrap start

-- 
View this message in context: 
http://old.nabble.com/java-thread-open-after-Tomcat-shutting-down-tp30366568p30366568.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to