You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Pantvaidya, Vishwajit" <vp...@selectica.com> on 2005/07/02 02:32:18 UTC

SOAPMonitor problems in axis 1.2.1 with jboss 3.2.5

Hello,

I am trying to use axis 1.2.1 with jboss 3.2.5 but not getting SOAPMonitor
to work. Here are the steps I did:

- created a jar file of the SOAPMonitorApplet classes
- created an axis war file having all files under \axis-1_2_1\webapps\axis
- included the SOAPMonitorApplet.jar in the above war with the path
WEB-INF\lib\
- tried to run the SOAPMonitor in Firefox with java plugin 1.4.2

But I got ClassNotFoundException for the SOAPMonitorApplet class. I also
tried adding the applet jar to the jboss classpath. But even that does not
work.

I guess the browser should be able to load applet through the jboss server.
Am I doing anything wrong here?


- Vish.