Date: 2004-08-04T09:07:52 Editor: TobyCabot <[EMAIL PROTECTED]> Wiki: Apache Geronimo Wiki Page: JmxDebuggingTool URL: http://wiki.apache.org/geronimo/JmxDebuggingTool
added a few usage notes Change Log: ------------------------------------------------------------------------------ @@ -1,5 +1,8 @@ = Intro = + The purpose of the debugging tool is to allow developers (including the Geronimo developers) to monitor the state of the running server using JMX and to debug their applications. + +You can run Geronimo with the debugging tool enabled by adding `org/apache/geronimo/DebugConsole` to the list of configurations on the server.jar command line. The tool will be deployed to the "/debug-tool" servlet context, i.e. http://localhost:8080/debug-tool/ if you're running your browser on the same box as Geronimo. The debug tool displays a list of MBeans and you can click on one for more information about it. '''Note''': the additional information appears in a table far on the right side of the page, you may need to scroll to the right to see it. = Brief Architectural Overview = The Debugging Tool uses Velocity templates to output information from the JMX server.