You have to configure your WEB-INF/web.xml with : <servlet> <servlet-name>monitoring</servlet-name>
<servlet-class>org.apache.commons.monitoring.reporting.web.WebUIServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>monitoring</servlet-name> <url-pattern>/monitoring/*</url-pattern> </servlet-mapping> 2008/4/27 Susanne Gschwendner <[EMAIL PROTECTED]>: > Thanks for your answer. Requesting monitoring/monitors gave me a 'HTTP > ERROR: 404'. This is the reason for my question. Maybe I missed something? > > I'd like to display the time a stopWatch runs. > > Susanne > > -------- Original-Nachricht -------- > > Datum: Sun, 27 Apr 2008 16:59:17 +0200 > > Von: "nicolas de loof" <[EMAIL PROTECTED]> > > An: "Commons Developers List" <dev@commons.apache.org> > > Betreff: Re: [Monitoring] manually test WebUI > > > requesting /monitoring/monitors will display all infos about registered > > monitors > > (with MonitoringServlet or WebUIServlet mapped to /monitoring/*) @see > > src/main/webapp/WEB-INF/web.xml as a sample > > > > What do you want to display ? > > > > To display some custom data, you may use JSP to select the exact data > you > > need from the repository. > > > > I'm starting to code some JSP tags to support repository rendering, but > > this > > is still early planning. > > > > Nico. > > 2008/4/27 <[EMAIL PROTECTED]>: > > > > > Hello. This is a question about the monitoring WebUI. > > > > > > Say I have a test-servlet within the maven-jetty. It allows for a user > > to > > > manually start and stop StopWatches. Just to have something to > > measure... > > > > > > Than how do I come from here to get to see the outcome of this > rendered > > by > > > the WebUIServlet? > > > > > > Thanks in advance, > > > > > > Susanne > > > -- > > > GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! > > > Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! > Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >