-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Saurabh,

On 3/19/13 9:46 PM, Saurabh Agrawal wrote:
> <Executor     name="hybrisExecutor" namePrefix="hybrisHTTP" 
> maxThreads="${tomcat.maxthreads}" 
> minSpareThreads="${tomcat.minsparethreads}" 
> maxIdleTime="${tomcat.maxidletime}"/>  <Connector
> port="${tomcat.ajp.port}" maxHttpHeaderSize="8192" maxThreads="200"
>  protocol="org.apache.coyote.ajp.AjpProtocol" 
> executor="hybrisExecutor" enableLookups="false" acceptCount="100" 
> connectionTimeout="20000" URIEncoding="UTF-8" 
> disableUploadTimeout="true" />
> 
> <Connector port="${tomcat.http.port}" maxHttpHeaderSize="8192" 
> maxThreads="${tomcat.maxthreads}" 
> protocol="org.apache.coyote.http11.Http11Protocol" 
> executor="hybrisExecutor" enableLookups="false" acceptCount="100" 
> connectionTimeout="20000" URIEncoding="UTF-8" 
> disableUploadTimeout="true" />

Note that your <Executor> has maxThreads="200" and your <Connector>
uses that <Executor>: your ${tomcat.maxthreads} is being ignored.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEAREIAAYFAlFJwdIACgkQ9CaO5/Lv0PDOMwCfUxQ+hIaIIWlVfOok6b2+tawK
eSoAn2Ivy26EMiLbhnaPs6VH35ZECbgB
=6T32
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to