Thank you for the answer. I will begging experimenting on 1 box with this
configuration:

 
    <Connector port="8009" protocol="AJP/1.3" address="127.0.0.1"
emptySessionPath="true" redirectPort="8443" maxThreads="2048"
minSpareThreads="32" connectionTimeout="20000" keepAliveTimeout="10000"
enableLookups="false" request.registerRequests="false" />

I a couple of questions raises from your reply:
1) a couple of years ago we did a BENCHMARK mod_proxy vs mod_jk and the
difference was noticeable in favor of mod_jk. There was any improvement on
mod_proxy connector in particular?

2) this is definitely an ignorant question, but I see a lot of connections
made to 8080 port instead of 8009.  That said, I don't fully understand WHY
and also, do I need to also tuned this? I have nothing going directly to
tomcat, everything goes trough Apache mod_jk.

    <Connector executor="tomcatThreadPool"
               port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />




--
View this message in context: 
http://tomcat.10.x6.nabble.com/VERY-HIGH-TRAFFIC-TUNING-tp5019838p5019875.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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

Reply via email to