Java Management Extensions connectors
To change the configuration for Java Management Extensions (JMX) connectors...
Servers | Application Servers | myserver | Administration | Administration Services | JMX ConnectorsServers | JMS Servers | myserver | Administration | Administration Services | JMX Connectors
JMX connectors communicate with WAS during scripting processes.
The default is set in wsadmin.properties, which specifies the SOAP connector and port number.
You can also use...
- RMI connector
- JSR160RMI connector
- IPC connector
Use one of the following methods to select the connector type and attributes:
- Specify properties in a properties file.
- Indicate options on the command line.
- Type
Type of the JMX connector.
Data type Enumeration Default SOAPConnector Range
- SOAPConnector
- SOAP
- RMIConnector
- RMI
- JSR160RMIConnector
- JMX Remote API (JSR 160) RMI (JSR160RMI).
- IPCConnector
- IPC
- Enabled
Whether a JMX connector is enabled. If Yes is specified, the connector is enabled. All JMX connectors are enabled by default.
Data type Boolean
Subtopics
JMX connector settings
Related tasks
Set up the admin architecture