WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

NodeManager

 


Description

This bean is represents a NodeManager that is associated with a machine.

 


Syntax

<NodeManager
Certificate="String"
CertificatePassword="String"
CertificateType="String"
ListenAddress="String"
ListenPort="number"
Name="String"
Notes="String"
TrustedCertsFile="String"
/>

 


Parent Elements

 


Attributes

Table 47-1 NodeManager attributes

Attribute

Description

Range of Values and Default

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: Certificate

Required: no

Default: demo.crt

CertificatePassword

The certificate password used for secure communications with NodeManager.

Admin Console field label: Certificate Password

Required: no

Encrypted: yes

Default: password

CertificateType

The certificate type used for secure communications with the NodeManager

Required: no

Default: RSA

ListenAddress

The address on which NodeManager listens for connections.

Admin Console field label: Listen Address

Required: no

Default: localhost

Secure value: "127.0.0.1"

ListenPort

Returns the listen port of the NodeManager

Admin Console field label: Listen Port

Required: no

Default: 5555

Minimum: 0

Maximum: 65534

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 File

Required: no

Default: trusted.crt

 

Back to Top Previous Next