Re: Specific Thread of an web Application

2010-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karthik, On 8/3/2010 10:31 AM, Karthik Nanjangude wrote: >>> application has some bad code built by a 3rd party > > Yet another Problem ... > we do not have the license to hack the code and fix the problem :( You've been robbed. > Any other So

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
ck.caldar...@unisys.com] Sent: Tuesday, August 03, 2010 7:09 PM To: Tomcat Users List Subject: RE: Specific Thread of an web Application > From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] > Subject: RE: Specific Thread of an web Application > > I know that this particular app

RE: Specific Thread of an web Application

2010-08-03 Thread Caldarale, Charles R
> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] > Subject: RE: Specific Thread of an web Application > > I know that this particular application has some bad code built by a > 3rd party. Then you know the source of the problem, and will need to address it wit

Re: Specific Thread of an web Application

2010-08-03 Thread Mark Thomas
On 03/08/2010 13:11, Karthik Nanjangude wrote: > Hi > > I know that this particular application has some bad code built by a 3rd > party. > >>> Potentially long running requests need to be coded to support being > interrupted. > > How this can be achieved from some tool like Jconsole It c

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 03, 2010 5:32 PM To: Tomcat Users List Subject: Re: Specific Thread of an web Application On 03/08/2010 12:43, Karthik Nanjangude wrote: > Hi > > Can this specific thread be killed by expiration of session from Sessions > Admini

Re: Specific Thread of an web Application

2010-08-03 Thread Mark Thomas
ed 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

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi Can this specific thread be killed by expiration of session from Sessions Administration of manage screen 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

Re: Specific Thread of an web Application

2010-08-03 Thread Pid
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 thi