Sun Java System Application Server Enterprise Edition 8.2 Administration Reference

jmx-connector

Configures a JSR 160 compliant remote JMX connector, which handles communication between the domain administration server and the node agents for remote server instances.

Superelements

admin-service, node-agent

Subelements

The following table describes subelements for the jmx-connector element.

Table 1–85 jmx-connector Subelements

Element 

Required 

Description 

ssl

zero or one 

Defines SSL parameters. 

property

zero or more 

Specifies a property or a variable. 

Attributes

The following table describes attributes for the jmx-connector element.

Table 1–86 jmx-connector Attributes

Attribute 

Default 

Description 

name

none 

Specifies the JMX connector name. 

protocol

rmi_jrmp

(optional) Specifies the protocol that this JMX connector supports. 

address

none 

Specifies the IP address of the JMX connector. Can be in dotted-pair or IPv6 notation. Can be any (for INADDR_ANY) to listen on all IP addresses. Can be a hostname.

port

none 

Specifies the port number on which the JMX connector listens. Legal values are 1 - 65535. On UNIX, creating sockets that listen on ports 1 - 1024 requires superuser privileges. Configuring an SSL-enabled JMX connector to listen on port 443 is standard.

auth-realm-name

none 

Specifies the name of the auth-realm subelement of the parent node-agent element that represents the special administrative realm. This realm handles all authentication for the Administration Console and the asadmin command.

security-enabled

true

(optional) Determines whether the JMX connector runs SSL. To turn SSL2 or SSL3 on or off and set ciphers, use an ssl subelement.