SOLVED: Dedicated thread for Tomcat Manager

2011-01-14 Thread Alec Swan
Thank you for the good pointers. I consider my question answered and close this thread. On Fri, Jan 14, 2011 at 2:47 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Alec Swan [mailto:alecs...@gmail.com] > > Subject: Re: Dedicated thread for Tomcat

RE: Dedicated thread for Tomcat Manager

2011-01-14 Thread Caldarale, Charles R
> From: Alec Swan [mailto:alecs...@gmail.com] > Subject: Re: Dedicated thread for Tomcat Manager > I am assuming this new connector will serve all webapps, > including Tomcat manager. Correct. You could implement a at the or level to prevent its use for other webapps, but

Re: Dedicated thread for Tomcat Manager

2011-01-14 Thread Alec Swan
wrote: > Caldarale, Charles R wrote: > >> From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Dedicated thread >>> for Tomcat Manager >>> >> >> My opinion was not asked, but I would tend to say that the solution with >>> a separate Connector so

Re: Dedicated thread for Tomcat Manager

2011-01-14 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Dedicated thread for Tomcat Manager My opinion was not asked, but I would tend to say that the solution with a separate Connector sounds so evidently simple in the principle (once it has been pointed out by

Re: Dedicated thread for Tomcat Manager

2011-01-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alec, On 1/14/2011 1:04 PM, Alec Swan wrote: > Mark and Charles, thank you for the recommendations. > > Which approach - separate or JMX access - is more appropriate > for production environments? Could you briefly describe pros and cons of > each o

RE: Dedicated thread for Tomcat Manager

2011-01-14 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Dedicated thread for Tomcat Manager > My opinion was not asked, but I would tend to say that the > solution with a separate Connector sounds so evidently simple > in the principle (once it has been pointed out by t

Re: Dedicated thread for Tomcat Manager

2011-01-14 Thread André Warnier
Alec Swan wrote: Mark and Charles, thank you for the recommendations. Which approach - separate or JMX access - is more appropriate for production environments? Could you briefly describe pros and cons of each of them? My opinion was not asked, but I would tend to say that the solution with a

Re: Dedicated thread for Tomcat Manager

2011-01-14 Thread Alec Swan
dar...@unisys.com> wrote: > > From: Alec Swan [mailto:alecs...@gmail.com] > > Subject: Dedicated thread for Tomcat Manager > > > Is there a way to assign a dedicated thread to Tomcat Manager so > > that it will never be used to process any other client requests? > > Not d

RE: Dedicated thread for Tomcat Manager

2011-01-13 Thread Caldarale, Charles R
> From: Alec Swan [mailto:alecs...@gmail.com] > Subject: Dedicated thread for Tomcat Manager > Is there a way to assign a dedicated thread to Tomcat Manager so > that it will never be used to process any other client requests? Not directly - threads are associated with a or , n

Re: Dedicated thread for Tomcat Manager

2011-01-13 Thread Mark Thomas
On 13/01/2011 23:05, Alec Swan wrote: > Hello, > > Our webapp gets periodically hammered by our client applications causing > Tomcat to run out of threads. This prevents us from being able to use Tomcat > Manager and check the server status. > > Is there a way to assign a dedicated thread to Tomc

Dedicated thread for Tomcat Manager

2011-01-13 Thread Alec Swan
Hello, Our webapp gets periodically hammered by our client applications causing Tomcat to run out of threads. This prevents us from being able to use Tomcat Manager and check the server status. Is there a way to assign a dedicated thread to Tomcat Manager so that it will never be used to process