Disabling the Local JMX Port
The Server_Common.conf file of a Universal Messaging server contains a default property,
wrapper.java.additional.12=-Dcom.sun.management.jmxremote
, that enables the
server to connect to JConsole or another JMX monitoring tool locally and remotely.
Additionally, this default configuration assigns a random port automatically and exposes it
only locally.
You can prevent Universal Messaging from exposing the port for a local connection from the
JMX monitoring tool by replacing the default property with the
-XX:+DisableAttachMechanism
option:
wrapper.java.additional.12=-XX:+DisableAttachMechanism