Re: How to get process/threads dump when running tomcat in console

2006-05-28 Thread Martin Gainty
and destroy the original message without making a copy. Thank you. - Original Message - From: Leon Rosenberg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; [EMAIL PROTECTED] Sent: Saturday, May 27, 2006 4:16 PM Subject: Re: How to get process/threads dump when running tomcat

Re: How to get process/threads dump when running tomcat in console

2006-05-28 Thread Jerome Jar
maybe you can try antiJARLocking and antiResourceLocking, though they only *SOMETIMES* worked for me :S 2006/5/27, Mike Klein [EMAIL PROTECTED]: I have a webapp with some problem libraries (FreeTTS...speechSynth) that aren't freeing up when I call deallocate methods on synthesizer. As a

How to get process/threads dump when running tomcat in console

2006-05-27 Thread Mike Klein
I have a webapp with some problem libraries (FreeTTS...speechSynth) that aren't freeing up when I call deallocate methods on synthesizer. As a result, I cannot programmatically undeploy/redeploy webapp without tomcat getting mangledend result is jars under web-inf/lib are still there after

Re: How to get process/threads dump when running tomcat in console

2006-05-27 Thread Leon Rosenberg
on linux - kill -quit process_id leon On 5/27/06, Mike Klein [EMAIL PROTECTED] wrote: I have a webapp with some problem libraries (FreeTTS...speechSynth) that aren't freeing up when I call deallocate methods on synthesizer. As a result, I cannot programmatically undeploy/redeploy webapp

Re: How to get process/threads dump when running tomcat in console

2006-05-27 Thread Mike Klein
I should've mentioned...I'm using Windows. mike Leon Rosenberg wrote: on linux - kill -quit process_id leon On 5/27/06, Mike Klein [EMAIL PROTECTED] wrote: I have a webapp with some problem libraries (FreeTTS...speechSynth) that aren't freeing up when I call deallocate methods on

Re: How to get process/threads dump when running tomcat in console

2006-05-27 Thread Leon Rosenberg
I'm not sure, but I think cygwin is able of sending signals. leon On 5/27/06, Mike Klein [EMAIL PROTECTED] wrote: I should've mentioned...I'm using Windows. mike Leon Rosenberg wrote: on linux - kill -quit process_id leon On 5/27/06, Mike Klein [EMAIL PROTECTED] wrote: I have a webapp