views:

11

answers:

0

Hi Guys,

I need to monitor a java application remotely via visualvm. I have added the port (value 5555), ssl and authenticate properties (both false)) in the prop file. It works ok when I start the process via cmdline, I can connect via jconsole/visualvm by specifying the hostname:port. However it does not connect to the same process (no change in prop file) when started via service.msc. One thing I must mention is that the user defined for the service is some other account, rather than mine own. I cannot even telnet to the port via telnet localhost 5555.

Any workaround for this or is it a security measure that windows does not allow TCP ports to be exposed if started as service other than local system account?

TIA,

Gauarv