Amgad Mohamed ???????(??):
            Does anybody know how to get a thread dump for the JVM. I'm
developing my application under oracle application server and java 1.4 and I
need a thread dump to trace logging problem.
Signal 3, I believe, will cause JVM to dump the stack of all threads to stderr...

   kill -3 YOURPROCESSID

See also: http://www.unixville.com/~moazam/stories/2004/05/18/debuggingHangsInTheJvm.html

   -mi

Reply via email to