[
https://issues.jboss.org/browse/AS7-4566?page=com.atlassian.jira.plugin.s...
]
Takayoshi Kimura commented on AS7-4566:
---------------------------------------
java/org/apache/coyote/http11/Constants.java
40: public static final int DEFAULT_CONNECTION_TIMEOUT =
41:
Integer.valueOf(System.getProperty("org.apache.coyote.http11.DEFAULT_CONNECTION_TIMEOUT",
"60000")).intValue();
java/org/apache/coyote/ajp/Constants.java
42: public static final int DEFAULT_CONNECTION_TIMEOUT =
43:
Integer.valueOf(System.getProperty("org.apache.coyote.ajp.DEFAULT_CONNECTION_TIMEOUT",
"-1")).intValue();
Make web connector connectionTimeout configurable
-------------------------------------------------
Key: AS7-4566
URL:
https://issues.jboss.org/browse/AS7-4566
Project: Application Server 7
Issue Type: Feature Request
Components: Web
Affects Versions: 7.1.1.Final
Reporter: Takayoshi Kimura
Assignee: Remy Maucherat
Fix For: 7.1.2.Final (EAP)
The default connectionTimeout (http=60000 and ajp=-1) is not always efficient and some
users want to modify them to decrease number of idle connections.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira