BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType node-managerType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}node-managerType (extension)

Documentation
Corresponds to NodeManagerMBean
Properties
This component is not nillable.

Model
<...>
(nm-type, listen-address?, listen-port, debug-enabled?, shell-command?, node-manager-home? )
</...>


Nested Element Summary
xs:booleandebug-enabled
          Specifies whether communication with this Node Manager needs to be debugged. 
xs:stringlisten-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:stringnode-manager-home
          Returns the nodemanager home directory that will be used to substitute for the shell command template 
xs:stringshell-command
          Returns the local command line to use when invoking SSH or RSH node manager functions. 
Source
<xs:complexType name="node-managerType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="nm-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<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:simpleType>
</xs:element>
<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:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation