-
Sub-task
-
Resolution: Delivered
-
P4
-
15
-
generic
-
generic
-
Verified
JMX supports (explicit) remote network access through the configuration of two network ports (either from the command line or in a property file), by setting the following properties:
`com.sun.management.jmxremote.port=<port#>`
`com.sun.management.jmxremote.rmi.port=<port#>`
Note: If it is not specified, the second port will default to the first.
A third local port is also opened to accept (local) JMX connections. This port previously had its number selected at random, which could cause port collisions.
However, it is now possible to configure the third JMX port (local only) by using:
`com.sun.management.jmxremote.local.port=<port#>`
`com.sun.management.jmxremote.port=<port#>`
`com.sun.management.jmxremote.rmi.port=<port#>`
Note: If it is not specified, the second port will default to the first.
A third local port is also opened to accept (local) JMX connections. This port previously had its number selected at random, which could cause port collisions.
However, it is now possible to configure the third JMX port (local only) by using:
`com.sun.management.jmxremote.local.port=<port#>`