Connecting to Geronimo 1.1 with JConsole
Here is a really short recipe to connect the standard Java 5 JMX Console, JConsole, to a Geronimo 1.1 instance.
First, if you are running Geronimo in a Java 5 VM then you should start it like this:
% cd geronimo-1.1
% java -Dcom.sun.management.jmxremote -jar bin/server.jar
Or, if you start geronimo using the geronimo.sh script then you should set […]