How to have JMX bind to a specific interface?

后端 未结 5 1659
南笙
南笙 2021-02-05 05:56

I am currently starting my Java VM with the com.sun.management.jmxremote.* properties so that I can connect to it via JConsole for management and m

5条回答
  •  不要未来只要你来
    2021-02-05 06:49

    If anyone else will be losing his nerves with this ... After 10 years, they finally fixed it!

    Since Java 8u102 -Dcom.sun.management.jmxremote.host binds to the selected IP

    see: https://bugs.openjdk.java.net/browse/JDK-6425769

提交回复
热议问题