> 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
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
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
-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
> 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
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
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?
Thanks!
Alec
On Thu, Jan 13, 2011 at 4:30 PM, Caldarale, Charles R <
chuck.caldar...@unisys.
> 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 , not a
webapp. Yo
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