Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6425769 Allow specifying an address to bind JMX remote connector
  3. JDK-8149805

Release Note: New system property for the remote JMX connector

    XMLWordPrintable

Details

    Backports

      Description

        New JMX agent property - `jmxremote.host`
         
        A new property, `com.sun.management.jmxremote.host`, is introduced that specifies the bind address for the default JMX agent. If the latter is not specified, the default JMX agent will listen on all interfaces (0.0.0.0) and the host value placed in the agent service URL (JMXServiceURL) is the IP address returned from invocation of `InetAddress.getLocalHost()` method.

        * Name: `com.sun.management.jmxremote.host`
        * Definition : Specifies the bind address for the default JMX agent. It can be specified via the command line while starting the JVM or as part of the agent config file (`management.properties`).
        * Value: IP address of any network interface of the machine

        Attachments

          Issue Links

            Activity

              People

                hb Harsha Wardhana B (Inactive)
                jbachorik Jaroslav BachorĂ­k
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: