![]() 上一页 |
J2SE 5.0 和更高版本的 JVM 使用 JMXRMI (基于 RMI 的 JMX)。要配置连接,应使用以下系统标记:
-Dcom.sun.management.jmxremote.port
-Dcom.sun.management.jmxremote.authenticate
-Dcom.sun.management.jmxremote.ssl
有关这些标记的详细信息,请参阅 http://java.sun.com/javase/7/docs/technotes/guides/management/agent.html#gdfvv
。