Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8234484 Add ability to configure third port for remote JMX
  3. JDK-8248353

Release Note: Added Ability to Configure Third Port for Remote JMX

XMLWordPrintable

    • 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#>`

            lcable Larry Cable
            lcable Larry Cable
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: