You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Brian Price <pr...@us.ibm.com> on 2002/10/07 16:06:57 UTC

Re: Axis 1.0rc2 soapmonitor

The logic to compile the SOAPMonitorApplet is provided as part of the 
source when you specify the war file as the ANT target.  If you are using 
the distribution (instead of the source) then you will need to compile the 
applet and put it in your webapp.  To compile the applet, just use the 
javac command (part of the Java 2 SDK) and be sure that the axis.jar from 
the distrubution is in the classpath. 

Example:

javac -classpath ../../lib/axis.jar SOAPMonitorApplet.

Note that there are several class files (8 of them) that need to be put in 
your webapp.

Brian Price