You are here

Enabling JMX

Remote JMX functionality is disabled by default in SkyVault. You can enable JMX by setting the SkyVault.jmx.connector.enabled property in the SkyVault-global.properties file.
CAUTION:
Restrict JMX RMI connections to an internal administration group, due to security vulnerabilities. JMX/RMI deserializes data from a client before authentication, which means that password protection does not provide adequate security.
To enable the JMX server:
  1. Open the SkyVault-global.properties file.
  2. Set the following property: SkyVault.jmx.connector.enabled=true
  3. Save the file.