[jboss-cvs] JBossAS SVN: r79168 - branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 6 17:02:09 EDT 2008


Author: permaine
Date: 2008-10-06 17:02:08 -0400 (Mon, 06 Oct 2008)
New Revision: 79168

Modified:
   branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml
Log:
JBPAPP-1050 Remoting Connector attribute "socketTimeout" in jboss-service.xml should be "timeout"

Modified: branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml	2008-10-06 19:59:36 UTC (rev 79167)
+++ branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml	2008-10-06 21:02:08 UTC (rev 79168)
@@ -505,7 +505,7 @@
                <!-- <attribute name="numAcceptThreads">1</attribute>-->
                <!-- <attribute name="maxPoolSize">303</attribute>-->
                <!-- <attribute name="clientMaxPoolSize" isParam="true">304</attribute>-->
-               <attribute name="socketTimeout" isParam="true">600000</attribute>
+               <!-- <attribute name="timeout" isParam="true">60000</attribute> -->
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
                <attribute name="serverBindPort">4446</attribute>
                <!-- <attribute name="clientConnectAddress">216.23.33.2</attribute> -->




More information about the jboss-cvs-commits mailing list