You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Emre <em...@teneke.com> on 2004/06/04 21:20:52 UTC

server.xml mod_jk Configuration

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


Re: server.xml mod_jk Configuration

Posted by Bill Barker <wb...@wilshire.com>.
All three of these attributes are for the HTTP/1.1 Connector.  The JK
Connector will simply (and quietly) ignore them.

"Emre" <em...@teneke.com> wrote in message
news:auto-000040931193@easycgi.com...
> 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
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org