Does Java 6 open a default port for JMX remote connections?

前端 未结 7 1051
终归单人心
终归单人心 2020-12-07 09:46

My specific question has to do with JMX as used in JDK 1.6: if I am running a Java process using JRE 1.6 with

com.sun.management.jmxremote

相关标签:
7条回答
  • 2020-12-07 10:35

    If you happen to run your application inside Glassfish app server, simply run the following asadmin command, you would need to restart all running servers for the change to take affect.

    ./asadmin enable-secure-admin

    There are extra Glassfish server configurations to further enable security, see more at Connecting remotely to Glassfish through JMX.

    0 讨论(0)
提交回复
热议问题