Author: azeez
Date: Mon May 19 00:59:11 2008
New Revision: 17161

Log:
enable/disable replication & config mgt

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 Mon May 19 00:59:11 2008
@@ -500,9 +500,12 @@
                Axis2 configuration in a consistent manner
             2. Deploying a new service to a cluster or undeploying a service 
from a cluster
             3. Changing the policies of a service deployed on the cluster
+
+            The "enable" attribute indicates whether configuration management 
has been enabled
         -->
         <configurationManager
-                
class="org.wso2.wsas.clustering.configuration.WSASConfigurationManager">
+                
class="org.wso2.wsas.clustering.configuration.WSASConfigurationManager"
+                 enable="true">
             <parameter name="CommitTimeout">20000</parameter>
             <parameter name="NotificationWaitTime">2000</parameter>
             <listener 
class="org.wso2.wsas.clustering.configuration.WSASConfigurationManagerListener"/>
@@ -515,8 +518,11 @@
            The "excludes" patterns can be used to specify the prefixes (e.g. 
local_*) or
            suffixes (e.g. *_local) of the properties to be excluded from 
replication. The pattern
            "*" indicates that all properties in a particular context should 
not be replicated.
+
+            The "enable" attribute indicates whether context replication has 
been enabled
         -->
-        <contextManager 
class="org.apache.axis2.clustering.context.DefaultContextManager">
+        <contextManager 
class="org.apache.axis2.clustering.context.DefaultContextManager"
+                        enable="true">
             <listener 
class="org.apache.axis2.clustering.context.DefaultContextManagerListener"/>
             <replication>
                 <defaults>

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to