I added the attributes in connector executer. even though it is not working
Executer setting:
<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
minSpareThreads="50"
connectionTimeout="20000"
redirectPort="8443" />
I need to specify both miSpareThreads and maxSparethreads
Please help
--rujinraj
On 3 November 2010 14:32, Rainer Jung <[email protected]> wrote:
> On 02.11.2010 14:20, Caldarale, Charles R wrote:
>
>> From: rujin raj [mailto:[email protected]]
>>> Subject: Connector Setting Problem in tomcat 6.0.29
>>>
>>
>> I am using tomcat 6.0.29 64 bit and java 64 1.6.0 64 bit edition.I
>>> configured the http connector minSpareThreads and MaxSpareThreads.
>>>
>>
>> There are no such settings for the<Connector> element; read the doc for
>> the level of Tomcat you're using:
>> http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
>>
>> If you want more control over the thread pool, specify an<Executor>:
>> http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html
>>
>
> I hope I don't add to much confusion: AFAIK the settings do still exist for
> the AJP connectors in TC 6 even though they are removed from the docs. And
> yes, I think they are gone for HTTP.
>
> Regards,
>
> Rainer
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>