Table 0-3  HTTP Service Properties 
      | 
Property Name
 | 
Description
 | 
Default Value
 | 
      | 
bufferSize | 
Specifies the size (in bytes) of the buffer to be provided for input streams created by HTTP listeners.
 | 
4096
 | 
      | 
connectionTimeout | 
Specifies the number of milliseconds HTTP listeners wait, after accepting a connection, for the request URI line to be presented.
 | 
12000(12 seconds)
 | 
      | 
maxKeepAliveRequests | 
Specifies the maximum number of HTTP requests that can be pipelined until the connection is closed by the server. Setting this property to 1 disables HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and pipelining.
 | 
1000
 | 
      | 
traceEnabled | 
If set to true, enables the TRACE operation. Setting this property to false makes the Application Server less susceptible to cross-site scripting attacks.
 | 
true
 |