Hi Andre,
I am using the below Connector tag configuration in the
server.xml.....I am still facing the same problem.
<Connector port="80"
protocol="org.apache.coyote.http11.Http11NioProtocol"
socket.soKeepAlive="true"
socket.soTimeout="3600000"
maxKeepAliveRequests="-1"
redirectPort="8443" />
Thanks,
Adarsh
On Wed, Jun 22, 2011 at 4:18 PM, André Warnier <[email protected]> wrote:
> adarsh thimmappa wrote:
>
>> Hi All,
>> I am using Apache Tomcat 7.0 (7.0.14 version) server. I have a
>> requirement such that Once i make a HTTP request, and get back the
>> response,
>> i want to keep that connection alive indefinitely. What is the
>> configuration
>> i need to make on the server side. By default, client uses HTTP/1.1
>> protocol
>> version to make HTTP requests. I know that in HTTP/1.1, the Connection is
>> kept alive by default. I am testing this setup on localhost.
>>
>>
>> * Any help or suggestions will be appreciated.*
>>
>> Maybe reading the on-line documentation ?
> http://tomcat.apache.org/**tomcat-7.0-doc/config/http.**
> html#Common_Attributes<http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Common_Attributes>
>
> keepAliveTimeout
> maxKeepAliveRequests
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail:
> users-unsubscribe@tomcat.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>