Howdy,



My first problem is the definition of the JVM, i cant find it as a
process in its own right, I can only find the process for catalina,
sending a SIGQUIT to:

/usr/local/j2sdk_nb/j2sdk1.4.2/bin/java
-Djava.endorsed.dirs=/usr/local/tomcat/common/endorsed -classpath
/usr/local/j2sdk_nb/j2sdk1.4.2/lib/tools.jar:/usr/local/tomcat/bin/boot


stra


p.jar
-Djava.security.manager
-Djava.security.policy==/usr/local/tomcat/conf/catalina.policy
-Dcatalina.base=/us



This IS the JVM process, you've found it. Look in catalina.out for the
thread dump.


And there it is! Thanks Yoav, I'll check back next time Catalina hangs. If I shut down Catalina and the process persists, then can I assume that all the Catalina-associated threads have been shut down and what I'm looking at are the persistent threads?

Thanks mucho
S



Sure enough, in its own little progam it prints out all the threads.
But I obviously need to embed it in Catalina somewhere, should I create
a bean that does this??



Wherever you want, e.g. a servlet you can invoke from a browser.


Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to