On 03/12/2010 18:36, pix_siro wrote:
> 
> 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:

That is the process, not the specific Java thread. Take a thread dump to
see what threads are still running. You want the non-daemon one.

Mark

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

Reply via email to