I am confused as to what exactly is required in order to be able to view and monitor your beans through a program such as JConsole. I tried just placing the following in my
Tomcat arguement's, and could connect, but no beans were displayed:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=12875
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
Thanks