Monitoring Remote Applications

Hello,

Can I use Jconsole on my local machine to monitor java applications running on a remote server (shared hosting) for which X11 forwarding has been disabled? JDK 1.5 is installed on the remote server.

If this is possible, how do i set it up?

NB: the remote server is a linux box, with apache jserv disabled and

the hosting provider does not support X11 forwarding. My Local machine is a windows xp box.

[439 byte] By [dataone] at [2007-11-26 12:03:14]
# 1

JConsole will run on your Windows XP machine so you don't need X11 Forwarding. Just connect to your remote JMX agent using its JMXServiceURL.

Have a look at the <a href="http://download.java.net/jdk6/docs/technotes/guides/management/jconsole.html">Using JConsole</a> documentation for more detailed information.

Regards,

Luis

lmalvent at 2007-7-7 12:28:19 > top of Java-index,Core,Monitoring & Management...