How to have JMX bind to a specific interface?

后端 未结 5 1600
南笙
南笙 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:39

    I just tried

    -Dcom.sun.management.jmxremote.host=

    with openjdk 1.8, and it works well. It binds to that addess (according to netstat) and all looks right (and works).

提交回复
热议问题