Posted By:
nitzan_volman
Posted On:
Thursday, October 30, 2003 09:58 AM
Hi I'm kind of new at this, I'm running a stand alone tomcat 4.1.27. i set up an HttpConnector with maxKeepAliveRequests="200" , as far as i understand the server should accept 200 requests on the same connection before closing the request but the server responds to all of the requests with connection: close and closes the connection immediatly. this happens with both static content and dynamic (servlet generated) content. what am i missing? how can i get the server to pipeline several requests on one connection. thanks Nitzan
More>>
Hi
I'm kind of new at this, I'm running a stand alone tomcat 4.1.27.
i set up an HttpConnector with
maxKeepAliveRequests="200"
, as far as i understand the server should accept 200 requests on the same connection before closing the request
but the server responds to all of the requests with
connection: close
and closes the connection immediatly.
this happens with both static content and dynamic (servlet generated) content.
what am i missing?
how can i get the server to pipeline several requests on one connection.
thanks
Nitzan
<<Less