On 03/08/2010 12:43, Karthik Nanjangude wrote:
> Hi
> 
> Can this specific thread be killed by expiration of session from Sessions 
> Administration of manage screen

No. Generally, killing threads isn't safe and is asking for a JVM crash.
Potentially long running requests need to be coded to support being
interrupted.

Mark

> 
> 
> with regards
> Karthik
> 
> 
> 
> 
> -----Original Message-----
> From: Pid [mailto:p...@pidster.com]
> Sent: Tuesday, August 03, 2010 4:42 PM
> To: Tomcat Users List
> Subject: Re: Specific Thread of an web Application
> 
> On 03/08/2010 12:06, Karthik Nanjangude wrote:
>> Hi
>>
>> O/s  : Redhat
>> JDK : 1.5
>> WebCont : Tomcat 6.0.20
>>
>> Typical Problem:  How to kill a Specific Thread of an web Application on 
>> Tomcat?
>>
>> Via Manually / JConsole
> 
> Call Thread.interrupt() or with much more risk Thread.stop(), or is this
> not what you mean?
> 
> 
> p
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to