On Thu, Mar 24, 2011 at 3:32 PM, robert lazarski <robertlazar...@gmail.com>wrote:
> On Thu, Mar 24, 2011 at 11:17 AM, Cuiting Chen > <kathy.che...@googlemail.com> wrote: > > Hi there, > > I am trying to use SOAPMonitor to get some information from the SOAP > > packages. > > I run the original SOAPMonitor module 1.5.4, it works well. > > Then I modified the SOAPMonitorApplet class a little bit, just trying to > let > > it show the message id. After compiling and packing, i replaced the > > axis2-soapmonitor-servlet-1.5.4.jar file and related classes files > > in <CATALINA_HOME>/webapps/axis2/ with the newly generated counterparts, > > then I tried to run the soapmonitor again, it came out an exception that > > "java.lang.ClassNotFoundException: > > org.apache.axis2.soapmonitor.applet.SOAPMonitorApplet.class". > > Did I miss some important steps? Does anyone have any experience similar > to > > this case? Thanks in advance!! > > -- > > Best regards, > > Cuiting Chen > > > > > > Are really sure that SOAPMonitorApplet.class with a package of > org.apache.axis2.soapmonitor.applet is under > <CATALINA_HOME>/webapps/axis2 ? From that message, the classloader > says it is not. > Thanks! I put the applet class under <CATALINA_HOME>\webapps\axis2\WEB-INF\classes... Now I copy the package to <CATALINA_HOME>/webapps/axis2, then it works! Thanks a lot! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > > -- Best regards, Cuiting Chen