Dear all, Apologies for duplicate question but i was initially subscribed to the digest list only and i am having trouble with follow ups.
The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector on Windows no matter what (default 10 seconds is used instead). That value is always respected when using the default Http11Protocol connector or the Http11NioProtocol one. However in the relevant Tomcat docs, it's clearly stated that this property applies to all the connectors. Here is the relevant part of server.conf: <Connector asyncTimeout="25000" protocol="org.apache.coyote.http11.Http11AprProtocol" port="8080" maxThreads="200" URIEncoding="UTF-8" connectionTimeout="25000" compression="on" compressionMinSize="2048" compressableMimeType="text/ html,text/plain,text/xml,text/css,text/javascript, application/json,application/javascript,application/xml,application/css" /> This has been tested on Tomcat 7.0.28 and 7.0.29 installations using Windows Service Installer on two different machines, Windows 7 Pro 64 bit and Windows 2008 Server R2 (64 bit). Tomcat installations have tcnative.dll version=1.1.24. Thanks N