BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element iiop-location-forward-policy

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

Documentation
Specify how IIOP location forward host selection should be
 applied.

 


 Default: "off"
Properties
This component is not nillable.

Model
<iiop-location-forward-policy>

</iiop-location-forward-policy>

Source
<xs:element minOccurs="0" name="iiop-location-forward-policy" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="off"/>
<xs:enumeration value="failover"/>
<xs:enumeration value="round-robin"/>
<xs:enumeration value="random"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation