Re: HTTP connection timout

2013-07-12 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 7/12/13 4:16 AM, André Warnier wrote: Harsimranjit singh Kler wrote: Using tomcat 6.I Always confused with connectionTimeout The number of milliseconds this *Connector* will wait, after accepting a connecti

Re: HTTP connection timout

2013-07-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 7/12/13 4:16 AM, André Warnier wrote: > Harsimranjit singh Kler wrote: >> Using tomcat 6.I Always confused with >> >> connectionTimeout >> >> The number of milliseconds this *Connector* will wait, after >> accepting a connection, for the

Re: HTTP connection timout

2013-07-12 Thread Harsimranjit singh Kler
> The Connector's are "shared" by all Hosts and all applications. > So the connectionTimeout is already global for all requests that come in > on the corresponding Connector port. > > This parameter is there specifically to fight one type of > Denial-Of-Service attack, whereby some malicious client

Re: HTTP connection timout

2013-07-12 Thread André Warnier
Harsimranjit singh Kler wrote: Using tomcat 6.I Always confused with connectionTimeout The number of milliseconds this *Connector* will wait, after accepting a connection, for the request URI line to be presented. The default value is 6 (i.e. 60 seconds). Helpful if anyone can explain.? I

HTTP connection timout

2013-07-12 Thread Harsimranjit singh Kler
Using tomcat 6.I Always confused with connectionTimeout The number of milliseconds this *Connector* will wait, after accepting a connection, for the request URI line to be presented. The default value is 6 (i.e. 60 seconds). Helpful if anyone can explain.? Is there any connector parameter w