On Wed, May 6, 2009 at 6:17 PM, Jack Sprat <[email protected]> wrote: > I have the SOAPMonitor configured in my web.xml and can access the URL in my > web service. But I get an exception that the applet cannot be found: > > Exception: java.lang.ClassNotFoundException: > org.apache.axis2.soapmonitor.applet.SOAPMonitorApplet.class > > I've imported the SOAPMonitorApplet class from the soapmonitor-1.4.1.jar > file included with the Axis2 distribution into the web app.root. > > What am I missing? > > Thanks, > T > >
Carefully reading the docs, you'll find: http://ws.apache.org/axis2/1_4/soapmonitor-module.html "Starting with axis2 1.4, the applets code is in the org.apache.axis2.soapmonitor.applet package. Therefore the 'org' directory created by the unpacking of soapmonitor-1.4.jar should be placed in <CATALINA_HOME>/webapps/axis2/ as shown in the above example." Note the 'org' directory part of the docs. HTH, - R
