I spent some time checking out JBoss AS7 today. I am impressed with what I have seen so far but I noticed that good ol' JMX-Console no longer exist.
Does anyone know why it was left out?
I understand that …
I am running a client/server application using JBoss.
How can I connect to the server JVM's MBeanServer? I want to use the MemoryMX MBean to track the memory consumption.
I can connect to the JBoss MBeanServer using JNDI lookup …
I am trying to connect to a remote jboss instance running on a server. I am using the following connection URL
service:jmx:remoting-jmx://90.214.64.170:9999
When i do this i get the following 2 errors in the console window
After selecting insecure …