java - enable jmxremote on windows -
i'm trying enable remote monitoring using jmxremote. when set options in '.bat' file, things ok (i can connect process using jconsole), fail when try when process ran service, although use exact properties use when process runs '.bat' file (e.g. -dcom.sun.management.jmxremote etc.) can please let me know missing?
(please note, behavior , withouth password/access files, 'authenticate' , 'password' set true , false).
thanks
guy
if specify only com.sun.management.jmxremote
connection work long process monitored , monitoring tool run under same user.
since services run under system account that's not case.
you need specify port listen on enable connections other users: use com.sun.management.jmxremote. port
this.
Comments
Post a Comment