Author: azeez Date: Sun Jun 8 05:10:43 2008 New Revision: 18129 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18129
Log: Updating new property Modified: trunk/wsas/java/modules/core/conf/axis2.xml Modified: trunk/wsas/java/modules/core/conf/axis2.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/core/conf/axis2.xml?rev=18129&r1=18128&r2=18129&view=diff ============================================================================== --- trunk/wsas/java/modules/core/conf/axis2.xml (original) +++ trunk/wsas/java/modules/core/conf/axis2.xml Sun Jun 8 05:10:43 2008 @@ -449,6 +449,16 @@ <parameter name="mode">application</parameter> <!-- + This is the even handler which will be notified in the case of load balancing events occurring. + This class has to be an implementation of org.apache.axis2.clustering.LoadBalanceEventHandler + + This entry is only valid if the "mode" parameter is set to loadBalance + --> + <parameter name="loadBalanceEventHandler"> + org.apache.axis2.clustering.DefaultLoadBalanceEventHandler + </parameter> + + <!-- This parameter is only valid when the "mode" parameter is set to application. This indicates the domain in which the the applications being load balanced are deployed. --> _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
