Just a second...

Management.xml

This file specifies the schema for the management properties that enable JMX access over an RMI JMXConnectorServer.

management

The management configuration.

The following table lists the attributes that an element of type management can have:
Name Type Description Required
enabled push:boolean Specifies if an RMI JMXConnectorServer is enabled, making JMX remotely available. true
The following table lists the elements that an element of type management can contain:
Name Type Description Min occurs Max occurs
host push:string The local interface used for the RMI registry and the JMX service. Empty values declare that the RMI registry binds to all local network interfaces. 0 1
registry-port push:port The RMI registry port. If a value is not specified, a default of 1099 is used. 0 1
connection-port push:port The JMX service port. If a value is not specified, a default of 1100 is used. 0 1