NodeManager
Description
This bean is represents a NodeManager that is associated with a machine.
Syntax
<NodeManager Certificate="String CertificatePassword="String CertificateType="String DebugEnabled=( "true" | "false" ) ListenAddress="String ListenPort="number Logs="java.io.Reader" Name="String Notes="String TrustedCertsFile="String Type="String />
Parent Elements
Attributes
Certificate The certificate file to use for secure communications with NodeManager. The path is relative to the Administration Server's root directory. Admin Console field label: CertificateRequired: noDefault: demo.crt CertificatePassword The certificate password used for secure communications with NodeManager. Admin Console field label: Certificate PasswordRequired: noEncrypted: yesDefault: password CertificateType The certificate type used for secure communications with the NodeManager Required: noDefault: RSA DebugEnabled Whether or not communication with this NodeManager needs to be debugged. Admin Console field label: Debug EnabledDefault: false ListenAddress The address on which NodeManager listens for connections. Admin Console field label: Listen AddressRequired: noDefault: localhostSecure value: "127.0.0.1" ListenPort Returns the listen port of the NodeManager Admin Console field label: Listen PortDefault: 5555Minimum: 0Maximum: 65534 Logs Returns the logs of the Node Manager. Required: no Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Required: no Notes Optional information that you can include to describe this configuration. Required: no TrustedCertsFile The trusted certs file password to use for secure communication with NodeManager. The path is relative to the Administration Server's root directory. Admin Console field label: Trusted Certs FileRequired: noDefault: trusted.crt Type Returns the type of the MBean. Required: no