I am new to Java and I\'m facing a problem in connecting a Remote Host to the JVisualVM.
JVisualVM
I\'ve searched the Internet and followed all the steps mentioned th
You need to start jstatd with the additional option that points to the server's external IP or hostname:
statd -J-Djava.security.policy=jstatd.all.policy -J-Djava.rmi.server.hostname=my_server_ip/hostname
Answer based on: https://java.net/projects/visualvm/lists/users/archive/2010-03/message/8