skip to Main Content

How to connect to JMX server running inside WSL2 – Nginx

I'm running my Java application with the following parameters that enable JMX server's remote connections: -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=9998 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false I can successfully connect to that JMX server via VisualVM by adding a new JMX Connection to address: <HOSTNAME>:9998 But when…

VIEW QUESTION
Back To Top
Search