BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element administration-protocol

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

Documentation
Returns the protocol to be used for administrative connections
 when none is specified.
Properties
This component is not nillable.

Model
<administration-protocol>

</administration-protocol>

Source
<xs:element minOccurs="0" name="administration-protocol" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="t3s"/>
<xs:enumeration value="https"/>
<xs:enumeration value="iiops"/>
<xs:enumeration value="t3"/>
<xs:enumeration value="http"/>
<xs:enumeration value="iiop"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation