Caldarale, Charles R wrote:
From: Pierre Goupil [mailto:goupilpie...@gmail.com]
Subject: Re: How to get java process id of a user running tomcat

" jps -mlv " will give you the PIDs of all running Java processes. Plus
it's a part of the standard SUN JVM.

But not for the OP, who is running an unsupported version of Tomcat on an 
unsupported JVM that predates the jps tool.  As Pid suggested, the correct 
thing to do is to fix the webapp so it properly manages the threads it has 
started.  Attack the problem, not the symptom.

For a long while on this thread, I had been waiting for someone to say that.

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

Reply via email to