jdk/src/java.management/share/conf/management.properties
changeset 35263 4f66e1eabbe3
parent 27565 729f9700483a
--- a/jdk/src/java.management/share/conf/management.properties	Fri Dec 11 14:02:41 2015 +0100
+++ b/jdk/src/java.management/share/conf/management.properties	Fri Dec 18 08:30:26 2015 +0100
@@ -316,3 +316,16 @@
 
 # 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).
+#