server.xml mod_jk Configuration

2004-06-04 Thread Emre
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?

Re: server.xml mod_jk Configuration

2004-06-04 Thread Bill Barker
All three of these attributes are for the HTTP/1.1 Connector. The JK Connector will simply (and quietly) ignore them. Emre [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The following is from my server.xml. This connector is communicating with mod_jk and then to an apache instance.