[Jboss-cvs] JBossAS SVN: r55859 - trunk/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 13 17:32:14 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-13 17:32:14 -0400 (Sun, 13 Aug 2006)
New Revision: 55859

Modified:
   trunk/tomcat/src/resources/tc6-cluster-service.xml
Log:
Add FC to ClusterConfig, as default is REPL_ASYNC

Modified: trunk/tomcat/src/resources/tc6-cluster-service.xml
===================================================================
--- trunk/tomcat/src/resources/tc6-cluster-service.xml	2006-08-13 21:31:22 UTC (rev 55858)
+++ trunk/tomcat/src/resources/tc6-cluster-service.xml	2006-08-13 21:32:14 UTC (rev 55859)
@@ -23,8 +23,8 @@
         
         <!--JGroups multiplexer configuration. Allows cache to use a shared
             JGroups channel with other clustering services.
-            If you don't want to use the multiplexer, you can uncomment 
-            the ClusterConfig attribute below. -->
+            If you don't want to use the multiplexer, you can comment these
+            elements out and uncomment the ClusterConfig attribute below. -->
         <depends>jgroups.mux:name=Multiplexer</depends>
         <attribute name="MultiplexerService">jgroups.mux:name=Multiplexer</attribute>
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
@@ -80,7 +80,7 @@
                 <MERGE2 max_interval="100000"
                         down_thread="false" up_thread="false" min_interval="20000"/>
 	            <FD_SOCK down_thread="false" up_thread="false"/>
-	            <FD shun="true" up_thread="true" down_thread="true"
+	            <FD shun="true" up_thread="false" down_thread="false"
 	               timeout="20000" max_tries="5"/>
                 <VERIFY_SUSPECT timeout="1500"
                         up_thread="false" down_thread="false"/>




More information about the jboss-cvs-commits mailing list