> From: Christopher Schultz [mailto:ch...@christopherschultz.net] 
> Subject: Missing property "keepAliveTimeout" on Connector in 6.0.29?

> I'm updating all my software to re-do my performance testing and I'm
> getting a warning during startup:

> [SetAllPropertiesRule]{Server/Service/Connector} Setting property
> 'keepAliveTimeout' to '15000' did not find a matching property

Works for me on 6.0.29, for both APR and non-APR <Connector>s, running on Win7.

    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               keepAliveTimeout="40000"
               redirectPort="8443" />

JConsole shows the configured values in the Connector MBean.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to