Author: azeez
Date: Sat May 17 09:19:56 2008
New Revision: 17143
Log:
no need to have the cluster configuration section commented out anymore. We can
simply switch from standalone mode to clustered mode by changing the "enable"
attribute
Modified:
trunk/wsas/java/modules/core/conf/axis2.xml
Modified: trunk/wsas/java/modules/core/conf/axis2.xml
==============================================================================
--- trunk/wsas/java/modules/core/conf/axis2.xml (original)
+++ trunk/wsas/java/modules/core/conf/axis2.xml Sat May 17 09:19:56 2008
@@ -403,9 +403,12 @@
<!-- ================================================= -->
<!-- Clustering -->
- <!-- Configure and uncomment following for preparing Axis2 to a clustered
environment -->
+ <!--
+ To enable clustering for this node, set the value of "enable" attribute
of the "cluster"
+ element to "true"
+ -->
<!-- ================================================= -->
- <cluster class="org.apache.axis2.clustering.tribes.TribesClusterManager">
+ <cluster class="org.apache.axis2.clustering.tribes.TribesClusterManager"
enable="false">
<parameter name="membershipScheme">multicast</parameter>
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev