Re: Monitor Client usage of WS

2004-12-16 Thread David Bell
Hi Suzy, You could try the AmberPoint Express product. It's a freebie cut-down developer oriented tool from their management suite. It runs in Tomcat (only Tomcat I think), has a nice GUI showing who called what when and what response times were etc. I've used it with Axis and it works fine. h

Re: Monitor Client usage of WS

2004-12-16 Thread aveitas
Hi Suzy, The wsabi4axis project at http://sourceforge.net/projects/wsabi4axis has the functionality that you are looking for. After configuring your web services with a WSABI Handler, information about each invocation on your web services is collected and persisted. Using an intuitive GUI, users

RE: Monitor Client usage of WS

2004-11-29 Thread THOMAS, JAI [AG-Contractor/1000]
Why not implement a LogHandler and log client activities to a repository of your preference. Jai -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 11:07 AM To: [EMAIL PROTECTED] Subject: Re: Monitor Client usage of WS -BEGIN PGP SIGNED

Re: Monitor Client usage of WS

2004-11-25 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suzy Fynes wrote: | Hey | | | | Could anyone tell me how to monitor clients that access my Axis Web | Service, considering it had limited access to it i.e. uses basic | authentication? ~ Use a static variable and increment it whenever a client calls th

Monitor Client usage of WS

2004-11-25 Thread Suzy Fynes
Hey   Could anyone tell me how to monitor clients that access my Axis Web Service, considering it had limited access to it i.e. uses basic authentication?   Thanks Suzy