| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}node-managerType (extension)
Corresponds to NodeManagerMBean
Nested Element Summary | |
xs:boolean | debug-enabled Specifies whether communication with this Node Manager needs to be debugged. |
xs:string | listen-address The host name or IP address where Node Manager listens for connection requests. |
| listen-port The port number where Node Manager listens for connection requests. |
| nm-type Returns the node manager type. |
xs:string | node-manager-home Returns the nodemanager home directory that will be used to substitute for the shell command template |
xs:string | shell-command Returns the local command line to use when invoking SSH or RSH node manager functions. |
<xs:complexType name="node-managerType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="nm-type" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="SSH"/><xs:enumeration value="RSH"/><xs:enumeration value="Plain"/><xs:enumeration value="SSL"/><xs:enumeration value="ssh"/><xs:enumeration value="rsh"/><xs:enumeration value="ssl"/><xs:enumeration value="plain"/></xs:restriction><xs:element minOccurs="0" name="listen-address" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="listen-port" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="65534"/></xs:restriction><xs:element minOccurs="0" name="debug-enabled" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="shell-command" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="node-manager-home" nillable="true" type="xs:string"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |