Re: [Monitoring] manually test WebUI

2008-04-30 Thread Siegfried Goeschl
Hi folks, I assume that there is no single user of commons-monitoring out there - only brave and fearless developers :-) Cheers, Siegfried Goeschl Rahul Akolkar wrote: If this thread continues, can we please move it to the user list? Thanks. -Rahul On 4/28/08, nicolas de loof <[EMAI

Re: [Monitoring] manually test WebUI

2008-04-28 Thread Rahul Akolkar
If this thread continues, can we please move it to the user list? Thanks. -Rahul On 4/28/08, nicolas de loof <[EMAIL PROTECTED]> wrote: > If your servlet has a reference to all the SpWatches it created, you can use > getElapsedTime on started or stoped watches. If you use the > MonitoringServl

Re: [Monitoring] manually test WebUI

2008-04-28 Thread nicolas de loof
egards, Susanne > > Original-Nachricht > > Datum: Sun, 27 Apr 2008 20:46:32 +0200 > > Von: "nicolas de loof" <[EMAIL PROTECTED]> > > An: "Commons Developers List" > > Betreff: Re: [Monitoring] manually test WebUI &g

Re: [Monitoring] manually test WebUI

2008-04-27 Thread Susanne Gschwendner
per watch. Regards, Susanne Original-Nachricht > Datum: Sun, 27 Apr 2008 20:46:32 +0200 > Von: "nicolas de loof" <[EMAIL PROTECTED]> > An: "Commons Developers List" > Betreff: Re: [Monitoring] manually test WebUI > Please let me kno

Re: [Monitoring] manually test WebUI

2008-04-27 Thread nicolas de loof
something else, > but please don`t bother, I guess I`ll find out... > > Original-Nachricht > > Datum: Sun, 27 Apr 2008 18:11:51 +0200 > > Von: "nicolas de loof" <[EMAIL PROTECTED]> > > An: "Commons Developers List" >

Re: [Monitoring] manually test WebUI

2008-04-27 Thread Susanne Gschwendner
evelopers List" > Betreff: Re: [Monitoring] manually test WebUI > You have to configure your WEB-INF/web.xml with : > > > monitoring > > org.apache.commons.monitoring.reporting.web.WebUIServlet > > > monitoring > /monitor

Re: [Monitoring] manually test WebUI

2008-04-27 Thread nicolas de loof
t; > Von: "nicolas de loof" <[EMAIL PROTECTED]> > > An: "Commons Developers List" > > Betreff: Re: [Monitoring] manually test WebUI > > > requesting /monitoring/monitors will display all infos about registered > > monitors > > (with Monitori

Re: [Monitoring] manually test WebUI

2008-04-27 Thread Susanne Gschwendner
00 > Von: "nicolas de loof" <[EMAIL PROTECTED]> > An: "Commons Developers List" > Betreff: Re: [Monitoring] manually test WebUI > requesting /monitoring/monitors will display all infos about registered > monitors > (with MonitoringServlet or WebUIS

Re: [Monitoring] manually test WebUI

2008-04-27 Thread nicolas de loof
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 yo

[Monitoring] manually test WebUI

2008-04-27 Thread susug
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?