< prev index next >

src/share/lib/management/management.properties

Print this page
@  rev 11403 : 6425769: Allow specifying an address to bind JMX remote connector
|  Reviewed-by: jbachorik, dfuchs

*** 314,318 **** --- 314,331 ---- # If the access file is empty or non-existent then no access is allowed. # # For a non-default password file location use the following line # com.sun.management.jmxremote.access.file=filepath + # + + # ################ Management agent listen interface ######################### + # + # com.sun.management.jmxremote.host=<host-or-interface-name> + # Specifies the local interface on which the JMX RMI agent will bind. + # This is useful when running on machines which have several + # interfaces defined. It makes it possible to listen to a specific + # subnet accessible through that interface. + # + # The format of the value for that property is any string accepted + # by java.net.InetAddress.getByName(String). + #
< prev index next >