On 19/01/2011 08:29, Petr Hracek wrote:
> Dear tomcat users,
> 
> I would like to ask you on the some thing regarding servlets running
> under tomcat 5 linux OS.
> How could I detect if servlet is running or not?
> Output of command ps -ef | grep java does not help me enought. I could
> not catch what java process is used by servlets
> Are there any special setting in tomcat5 which could show me more information?

Use a thread dump. You can match thread IDs with ps output if you need to.

Mark

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

Reply via email to