Hi Daniel, You are using the 1.3 docs, and there was a package name change for 1.4:
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 new 'org' directory part of the docs. HTH, Robert On Wed, May 28, 2008 at 12:43 PM, Daniel Germanus <[EMAIL PROTECTED]> wrote: > Hi, > > I'm running tomcat 6.0.14 and axis2 1.4. my intention is using > soapmonitor but - as i'm somehow new to this scenario - there are > problems: > the soapmonitor applet doesn't start, java console says there's a > ClassNotFound exception on the SOAPMonitorApplet.class file. > During setup, I sticked strict to > http://ws.apache.org/axis2/1_3/soapmonitor-module.html and put the > applet class as mentioned there to <CATALINA_HOME>/webapps/axis2/ > I double-checked axis2.xml and web.xml as well... > > I guess there's a missing reference or incorrect system environment > variable set? > > thanks for any help, > Daniel > > P.S. that's the console trace: > > Java Plug-in 1.6.0_06 > Laden: Klasse org.apache.axis2.soapmonitor.applet.SOAPMonitorApplet.class > nicht gefunden > java.lang.ClassNotFoundException: > org.apache.axis2.soapmonitor.applet.SOAPMonitorApplet.class > at sun.applet.AppletClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.applet.AppletClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.applet.AppletClassLoader.loadCode(Unknown Source) > at sun.applet.AppletPanel.createApplet(Unknown Source) > at sun.plugin.AppletViewer.createApplet(Unknown Source) > at sun.applet.AppletPanel.runLoader(Unknown Source) > at sun.applet.AppletPanel.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
