Sun Java System Web Server 7.0 Update 6 Administrator's Configuration File Reference

keep-alive

The keep-alive element configures the HTTP keep-alive subsystem. This element may appear zero or one time within the server element. For more information, see server.

Subelements

The keep-alive element can contain the following subelements:

Table 3–29 List of keep-alive Subelements

Element 

Occurrences 

Description 

enabled

0 or 1 

Determines whether the keep-alive subsystem is enabled at runtime. The default value is true.

threads

0 or 1 

The number of keep-alive subsystem threads. The value can be from 1 to 128. The default value is 1. 

max-connections

0 or 1 

The maximum number of concurrent keep-alive connections that the server supports. The value can be from 1 to 1048576. The default value is 200. 

timeout

0 or 1 

The timeout (in seconds) after which an inactive keep-alive connection can be closed. The value can be from 0.001 to 3600. The default value is 30 seconds. 

poll-interval

0 or 1 

The interval (in seconds) between polls. The value can be from 0.001 to 1. The default value is .001. 

See Also