| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)
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"
<xs:element minOccurs="0" name="default-load-algorithm" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><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>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |