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
key-store   Keystore details for any connector that is to support secure (TLS) connections. If this is not specified, TLS connections are not supported. 0 1

key-store-definition

The keystore definition that allows TLS connection to a connector.

The following table lists the elements that an element of type key-store-definition can contain:
Name Type Description Min occurs Max occurs
file push:string The keystore file path. 1 1
password push:string The password for the keystore. 1 1