Re: Dedicated Thread Pool

2009-11-19 Thread Filip Hanik - Dev Lists
From: Mohsen Saboorian [mailto:mohs...@gmail.com] Subject: Re: Dedicated Thread Pool Chuck, how can I bind the new to a different webapp directory? You can't, unless you create an additional and - which is likely more trouble than it's worth

Re: Dedicated Thread Pool

2009-11-19 Thread Mohsen Saboorian
Mark > > > > > Mohsen > > > > On Sat, Nov 14, 2009 at 8:55 PM, Caldarale, Charles R < > > chuck.caldar...@unisys.com> wrote: > > > >>> From: Mohsen Saboorian [mailto:mohs...@gmail.com] > >>> Subject: Re: Dedicated Thread Pool > >>

Re: Dedicated Thread Pool

2009-11-19 Thread Mark Thomas
e removed by stopping the thread and removing it from the pool. Mark > > Mohsen > > On Sat, Nov 14, 2009 at 8:55 PM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >>> From: Mohsen Saboorian [mailto:mohs...@gmail.com] >>> Subject: Re: D

Re: Dedicated Thread Pool

2009-11-18 Thread Mohsen Saboorian
From: Mohsen Saboorian [mailto:mohs...@gmail.com] > > Subject: Re: Dedicated Thread Pool > > > > Chuck, how can I bind the new to a different webapp > > directory? > > You can't, unless you create an additional and - which > is likely more trouble than it's

RE: Dedicated Thread Pool

2009-11-14 Thread Caldarale, Charles R
> From: Mohsen Saboorian [mailto:mohs...@gmail.com] > Subject: Re: Dedicated Thread Pool > > Chuck, how can I bind the new to a different webapp > directory? You can't, unless you create an additional and - which is likely more trouble than it's worth. Just us

Re: Dedicated Thread Pool

2009-11-14 Thread Mohsen Saboorian
Thanks for the answers. Chuck, how can I bind the new to a different webapp directory? Mohsen On Sat, Nov 14, 2009 at 8:26 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Mohsen Saboorian [mailto:mohs...@gmail.com] > > Subject: Dedicated Thread Po

Re: Dedicated Thread Pool

2009-11-14 Thread Juha Laiho
Mohsen Saboorian wrote: I have a web application in Tomcat 6 which goes out of thread (thread starvation) after working some hours. Now I want to install a monitoring tool which is a webapp itself installed inside tomcat webapp folder. Is this possible to devote a special threadpool to one web ap

RE: Dedicated Thread Pool

2009-11-14 Thread Caldarale, Charles R
> From: Mohsen Saboorian [mailto:mohs...@gmail.com] > Subject: Dedicated Thread Pool > > Is this possible to devote a special threadpool to one web > application, so that I can investigate what's going on > through that monitoring app? Not directly. However, you can

Dedicated Thread Pool

2009-11-14 Thread Mohsen Saboorian
Hi, I have a web application in Tomcat 6 which goes out of thread (thread starvation) after working some hours. Now I want to install a monitoring tool which is a webapp itself installed inside tomcat webapp folder. Is this possible to devote a special threadpool to one web application, so that I