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 […]
Building Geronimo 1.1 GBeans with Maven 2.0
The Geronimo project is almost nearing a v1.1 release and that was a good reason for me to start looking at the project again. In this first blog entry from a series about Geronimo I will show how to extends the Geronimo kernel with a simple GBean and how to build this using Maven 2.0.