8324845: management.properties text "interface name" is misleading

Reviewed-by: mchung, alanb
This commit is contained in:
Kevin Walls 2024-02-01 09:18:08 +00:00
parent 68206b533b
commit d9331bfd49

View File

@ -254,8 +254,8 @@
# ################ 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.
# com.sun.management.jmxremote.host=<host-name-or-address>
# The local host name or IP address 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.