To extend Leon's thought a bit within cygwin you could
ps -ef  | grep ProcessName
note the pid's and perform leon's suggestion
Unfortunately windows binaries (exe/dll) live in a separate environment
If you desire fine grained control I would recommend MKS available at
http://www.mkssoftware.com/eval/
HTH,
Martin --

This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email 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 in console


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 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 mangled....end result is jars under web-inf/lib are >> still
>> there after undeploy.
>>
>> How can I get thread dump via Ctrl-Break as normally in Java? I need to
>> see who's still hanging around in memory.
>>
>>
>> thanks much...
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to