bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

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

<!ELEMENT NodeManager EMPTY >
<!ATTLIST NodeManager
   Certificate                CDATA                    "demo.crt"
   CertificatePassword        CDATA                    "password"
   CertificateType            CDATA                    "RSA"
   ErrorLog                   CDATA                    #IMPLIED
   ListenAddress              CDATA                    "localhost"
   ListenPort                 CDATA                    "5555"
   Logs                       CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   OutputLog                  CDATA                    #IMPLIED
   TrustedCertsFile           CDATA                    "trusted.crt"
>

Parent Elements

The NodeManager element can be a child of these elements:

Attributes

Table 55-1 NodeManagerMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Certificate

The certificate file to use for secure communications with NodeManager. The path is relative to the Administration Server's root directory.

Default: "demo.crt"

Certificate

Certificate-Password

The certificate password used for secure communications with NodeManager.

Default: "password"

Certificate Password

Certificate-Type

The certificate type used for secure communications with the NodeManager

Default: "RSA"

Certificate Type

Error-Log

The error log of a perticular server.


Error Log

Listen-Address

The address on which NodeManager listens for connections.

Default: "localhost"

Listen Address

Listen-Port

The listen port of the NodeManager

Default: 5555

Minimum: 0

Maximum: 65534

Listen Port

Logs

The logs of the Node Manager.


Logs

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Output-Log

The output log of a particular server.


Output Log

Trusted-Certs-File

The trusted certs file password to use for secure communication with NodeManager. The path is relative to the Administration Server's root directory.

Default: "trusted.crt"

Trusted Certs File


 

 

Back to Top Previous Next