<attributes>
+ <attribute name="keepAliveTimeout" required="false">
+ <p>The number of milliseconds this <strong>Connector</strong> will wait for
+ another HTTP request before closing the connection.
+ The default value is to use the value that has been set for the
+ connectionTimeout attribute. This value also controls the timeout interval which
+ is used for Comet connections.</p>
+ </attribute>
+
<attribute name="pollTime" required="false">
<p>Duration of a poll call. Lowering this value will slightly decrease latency of connections
being kept alive in some cases, but will use more CPU as more poll calls are being made. The
</attribute>
<attribute name="keepAliveTimeout" required="false">
- <p>The number of milliseconds this <strong>Connector</strong> will wait,
- subsequent request before closing the connection.
+ <p>The number of milliseconds this <strong>Connector</strong> will wait for
+ another AJP request before closing the connection.
The default value is to use the value that has been set for the
- connectionTimeout.</p>
+ connectionTimeout attribute.</p>
</attribute>
<attribute name="maxThreads" required="false">
</attribute>
<attribute name="keepAliveTimeout" required="false">
- <p>The number of milliseconds this <strong>Connector</strong> will wait,
- subsequent request before closing the connection.
+ <p>The number of milliseconds this <strong>Connector</strong> will wait for
+ another HTTP request before closing the connection.
The default value is to use the value that has been set for the
- connectionTimeout.</p>
+ connectionTimeout attribute.</p>
</attribute>
<attribute name="disableUploadTimeout" required="false">