Hi all, I have installed JBoss-4.2.2.GA on Linux. I was assigned the job of monitoring the JBoss appln server. I am able to view the different MBean attributes using the URL: http://mip-address>:8080/jmx-consle I want to to retrieve these values using a Java Program. After a lot searching I found that it can be done using the remote jmx via JMXServiceURL. But ...