
29 Apr
2016
29 Apr
'16
5:49 p.m.
Le 29 avr. 2016 à 18:11, Juan Hernández <jhernand@redhat.com> a écrit :
So, it is the string "public", which means "any-address". The meaning of "any-address" depends on what IP version is used by default by the Java Virtual Machine, and in 3.6 the default is IPv6. Unless you want to change that file you will need to specify one of the IPv6 addresses of your machine, for example the loopback address:
Ok, thanks, but I disable ipv6 on my servers, so it fails silenty, that was my problem. The other problem is that it don't use standard transport, like rmi or jmx. I think it uses http, so jconsole or other standards jmx tools can't be used.