[jboss-cvs] JBossAS SVN: r108221 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 20 09:38:20 EDT 2010


Author: remy.maucherat at jboss.com
Date: 2010-09-20 09:38:19 -0400 (Mon, 20 Sep 2010)
New Revision: 108221

Modified:
   trunk/tomcat/src/resources/server.xml
Log:
- Put (even) more focus into the defaults, and avoid polluting the default configuration with tweaking which 
  might be counter productive.

Modified: trunk/tomcat/src/resources/server.xml
===================================================================
--- trunk/tomcat/src/resources/server.xml	2010-09-20 13:35:50 UTC (rev 108220)
+++ trunk/tomcat/src/resources/server.xml	2010-09-20 13:38:19 UTC (rev 108221)
@@ -10,7 +10,7 @@
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector protocol="HTTP/1.1" port="${jboss.web.http.port}" address="${jboss.bind.address}" 
-               connectionTimeout="20000" redirectPort="${jboss.web.https.port}" />
+         redirectPort="${jboss.web.https.port}" />
 
       <!-- Add this option to the connector to avoid problems with 
           .NET clients that don't implement HTTP/1.1 correctly 



More information about the jboss-cvs-commits mailing list