svn commit: r1267 - logback/trunk/logback-site/src/site/xdocTemplates

Author: seb Date: Tue Jan 23 14:50:43 2007 New Revision: 1267 Modified: logback/trunk/logback-site/src/site/xdocTemplates/demo.xml Log: minor addition Modified: logback/trunk/logback-site/src/site/xdocTemplates/demo.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/demo.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/demo.xml Tue Jan 23 14:50:43 2007 @@ -46,8 +46,6 @@ Then, visit <em>http://localhost:8080/logback-demo/</em> to view the main page of the logback demo. </p> -<p>image main page</p> - <h3>Logback Classic</h3> <p> @@ -427,6 +425,15 @@ </p> <p> +In the <em>logback-access.xml</em> configuration file, uncomment the <em>JMX</em> +part and restart the server. A <code>CountingFilter</code> will now be available in +the <em>ch.qos.logback.access</em> domain. Clicking on it will display several statistical +figures corresponding to server accesses. Loading some application pages will make +these figures grow and show a time-sensitive picture of the server activity. +</p> + + +<p> These is more to discover with logback and JMX. In the <em>logback.xml</em> file, placed in the <em>src/main/resources</em> directory, uncomment the <code>JMXConfigurator</code> element. Once done, restart the server.
participants (1)
-
noreply.seb@qos.ch