JConsole not connecting under Linux
In /etc/hosts, the hostname is not mapped to 127.0.0.1
Needs to be mapped to be mapped to 127.0.0.1 or it won't connect
because it thinks it is trying to connect remotely
Host file changes:
See blog entry
JMX FAQ
Needs to be mapped to be mapped to 127.0.0.1 or it won't connect
because it thinks it is trying to connect remotely
Host file changes:
127.0.0.1 localhost
127.0.0.1 troy-laptop # fix for JConsole
See blog entry
JMX FAQ
Comments