The following is from my server.xml. This connector is communicating with
mod_jk and then to an apache instance.

 

Do I need maxKeepAliveRequests set to a value? Does it matter.

Is the value I have for connectionUploadTimout too high?

Would increasing the buffer size help me with performance? Would it have any
shortcomings?

 

 

    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
acceptCount="10" bufferSize="2048" compression="off" connectionLinger="-1"
connectionTimeout="0" connectionUploadTimeout="300000" debug="0"
disableUploadTimeout="false" enableLookups="true" maxKeepAliveRequests="400"
maxProcessors="1000" minProcessors="50" address="192.168.0.4" port="8009"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"
proxyPort="0" redirectPort="8443" scheme="http" secure="false"
serverSocketTimeout="0" tcpNoDelay="true" tomcatAuthentication="true"
useBodyEncodingForURI="true" useURIValidationHack="false">

 

 

Thanx

Reply via email to