Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

NodeManager

 


Description

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

 


Syntax

<NodeManager
Certificate="String"
CertificatePasswordEncrypted="[B"
CertificateType="String"
DebugEnabled=( "true" | "false" )
ListenAddress="String"
ListenPort="number"
Name="String"
Notes="String"
TrustedCertsFile="String"
/>

 


Parent Elements

 


Attributes

Table 53-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

CertificatePasswordEncrypted

The encrypted certificate password used for secure communications with NodeManager.

Required: no

Encrypted: yes

CertificateType

The certificate type used for secure communications with the NodeManager

Required: no

Default: RSA

DebugEnabled

Whether or not communication with this NodeManager needs to be debugged.

Admin Console field label: Debug Enabled

Default: false

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

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

 

Skip navigation bar  Back to Top Previous Next