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

Reply via email to