zoukankan      html  css  js  c++  java
  • jvisualvm jmx 远程连接问题

    In addition to listening to the port you specified (1100) the JMX server also listens to a randomly chosen (ephemeral) port.
    Check, e.g. with lsof -i|grep java if you are on linux/osx, which ports the java process listens to and make sure your firewall is open for the ephemeral port as well.
    除了JMX server指定的监听端口号外,JMXserver还会监听一到两个随机端口号,
    可以通过命令:lsof -i|grep java |grep <pid> 来查看当前java进程需要监听的随机端口号,


    -Djava.rmi.server.hostname=192.168.0.1
    -Dcom.sun.management.jmxremote=true
    -Dcom.sun.management.jmxremote.port=9090
    -Dcom.sun.management.jmxremote.ssl=false
    -Dcom.sun.management.jmxremote.authenticate=false

  • 相关阅读:
    20210420
    20210419
    2021041601
    20210416
    20210415
    20210414
    20210413
    20210412
    20210409
    20210405
  • 原文地址:https://www.cnblogs.com/webundle/p/5955906.html
Copyright © 2011-2022 走看看