BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element default-load-algorithm

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The algorithm to be used for load-balancing between replicated
 services if none is specified for a particular service. The
 round-robin algorithm cycles through a list of WebLogic
 Server instances in order. Weight-based load balancing
 improves on the round-robin algorithm by taking into account a
 pre-assigned weight for each server. In random load
 balancing, requests are routed to servers at random.



Defines the algorithm to be used for load-balancing between
 replicated services if none is specified for a particular
 service.

 


 Default: "round-robin"
Properties
This component is not nillable.

Model
<default-load-algorithm>

</default-load-algorithm>

Source
<xs:element minOccurs="0" name="default-load-algorithm" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="round-robin"/>
<xs:enumeration value="weight-based"/>
<xs:enumeration value="random"/>
<xs:enumeration value="round-robin-affinity"/>
<xs:enumeration value="weight-based-affinity"/>
<xs:enumeration value="random-affinity"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation