kill -3
In unix, if you use this signal on any java process it'll dump a stack
trace for each thread. Very usefull to debug servers like tomcat, I use
it all the time. It seems not everyone knows the trick.
Posted by costin at March 14, 2003 02:25 PM