Access local and JMX REST connectors on the Liberty profile
The local connector is enabled through the Liberty feature localConnector-1.0. Local access is protected by the policy implemented by the SDK in use, which require that the client runs on the same host as the Liberty profile, and under the same user ID.
The REST connector is enabled through the Liberty feature restConnector-1.0. Remote access is protected by a single administrator role. SSL keeps the communication confidential. The restConnector-1.0 feature includes the ssl-1.0 feature.
An application deployed on the Liberty profile has unrestricted access to its MBeanServer directory.
A JMX connection to the collective controller enables JMX access to multiple Liberty profiles through the same connection.
Subtopics
- Local JMX connection to the Liberty profile
- Secure JMX connection to the Liberty profile
- Work with JMX MBeans
Parent topic: Administer the Liberty profile manuallyTasks: Configure a Liberty collective
Mapping the administrator role
Develop a JMX Java client
Monitoring the Liberty profile
Configuration elements in server.xml