You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2007/10/04 18:49:25 UTC

svn commit: r581967 - in /geronimo/server/branches/2.0/assemblies: geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml

Author: linsun
Date: Thu Oct  4 09:49:17 2007
New Revision: 581967

URL: http://svn.apache.org/viewvc?rev=581967&view=rev
Log:
G3499 - Expose ConnectionTimeout configuration in tomcat web connector to the user

Modified:
    geronimo/server/branches/2.0/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties
    geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml

Modified: geronimo/server/branches/2.0/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties?rev=581967&r1=581966&r2=581967&view=diff
==============================================================================
--- geronimo/server/branches/2.0/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties (original)
+++ geronimo/server/branches/2.0/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties Thu Oct  4 09:49:17 2007
@@ -49,4 +49,5 @@
 HTTPSPortSecondary=8453
 AJPPortSecondary=8019
 JMXPort=9999
-NodeName=NODE1
\ No newline at end of file
+NodeName=NODE1
+WebConnectorConTimeout=20000
\ No newline at end of file

Modified: geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml?rev=581967&r1=581966&r2=581967&view=diff
==============================================================================
--- geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml (original)
+++ geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml Thu Oct  4 09:49:17 2007
@@ -126,6 +126,7 @@
             <attribute name="host">${ServerHostname}</attribute>
             <attribute name="port">${HTTPPortPrimary + PortOffset}</attribute>
             <attribute name="redirectPort">${HTTPSPortPrimary + PortOffset}</attribute>
+            <attribute name="connectionTimeout">${WebConnectorConTimeout}</attribute>
         </gbean>
         <gbean name="TomcatAJPConnector">
             <attribute name="host">${ServerHostname}</attribute>