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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 26 14:41:53 EDT 2008


Author: dimitris at jboss.org
Date: 2008-08-26 14:41:53 -0400 (Tue, 26 Aug 2008)
New Revision: 77500

Modified:
   branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml
Log:
JBAS-4522, Remoting Connector attribute "socketTimeout" in jboss-service.xml should be "timeout"

Modified: branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2008-08-26 18:38:57 UTC (rev 77499)
+++ branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2008-08-26 18:41:53 UTC (rev 77500)
@@ -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">600000</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