Re: Dedicated Thread Pool

2009-11-19 Thread Mark Thomas
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: Dedicated Thread Pool Chuck, how can I bind the new Connector to a different webapp directory? You

Re: Dedicated Thread Pool

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

Re: Dedicated Thread Pool

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

Re: Dedicated Thread Pool

2009-11-18 Thread Mohsen Saboorian
[mailto:mohs...@gmail.com] Subject: Re: Dedicated Thread Pool Chuck, how can I bind the new Connector to a different webapp directory? You can't, unless you create an additional Service and Engine - which is likely more trouble than it's worth. Just use the alternate port when running the monitor

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

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 configure an additional

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

Re: Dedicated Thread Pool

2009-11-14 Thread Mohsen Saboorian
Thanks for the answers. Chuck, how can I bind the new Connector 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 Pool

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 Connector to a different webapp directory? You can't, unless you create an additional Service and Engine - which is likely more trouble than it's worth. Just use