Author: veithen Date: Wed Mar 23 21:29:05 2011 New Revision: 1084753 URL: http://svn.apache.org/viewvc?rev=1084753&view=rev Log: Fixed a minor issue in the documentation reported by Cuiting Chen.
Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/soapmonitor-module.xml.vm Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/soapmonitor-module.xml.vm URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/soapmonitor-module.xml.vm?rev=1084753&r1=1084752&r2=1084753&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/docs/soapmonitor-module.xml.vm (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/docs/soapmonitor-module.xml.vm Wed Mar 23 21:29:05 2011 @@ -135,9 +135,9 @@ code to the web.xml (The SOAPMonitorPort <p>Finally, the applet classes must be placed into the Web application so that they can be loaded by the Web browser. You can get the compiled applet -classes from the WEB-INF/lib/soapmonitor-servlet-${axis2_version}.jar which is inside +classes from the WEB-INF/lib/axis2-soapmonitor-servlet-${axis2_version}.jar which is inside the extracted axis2.war. To extract the content of the file, simply -execute the command, <code>jar -xf soapmonitor-servlet-${axis2_version}.jar</code>. +execute the command, <code>jar -xf axis2-soapmonitor-servlet-${axis2_version}.jar</code>. The applet code is in the org.apache.axis2.soapmonitor.applet package and therefore the 'org' directory created by the unpacking of JAR file should be placed in <CATALINA_HOME>/webapps/axis2/.</p>