Author: veithen
Date: Wed Mar 23 21:30:50 2011
New Revision: 1084756

URL: http://svn.apache.org/viewvc?rev=1084756&view=rev
Log:
Merged r1084753 to the 1.6 branch.

Modified:
    axis/axis2/java/core/branches/1_6/   (props changed)
    
axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/soapmonitor-module.xml.vm

Propchange: axis/axis2/java/core/branches/1_6/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar 23 21:30:50 2011
@@ -1 +1 @@
-/axis/axis2/java/core/trunk:1070439,1072077,1072271,1072499,1072510,1078242,1081563,1081587,1081590,1082316,1082322,1082702,1082726,1082738,1083180,1083192,1083379,1083381,1083425,1083433,1083446
+/axis/axis2/java/core/trunk:1070439,1072077,1072271,1072499,1072510,1078242,1081563,1081587,1081590,1082316,1082322,1082702,1082726,1082738,1083180,1083192,1083379,1083381,1083425,1083433,1083446,1084753

Modified: 
axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/soapmonitor-module.xml.vm
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/soapmonitor-module.xml.vm?rev=1084756&r1=1084755&r2=1084756&view=diff
==============================================================================
--- 
axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/soapmonitor-module.xml.vm 
(original)
+++ 
axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/soapmonitor-module.xml.vm 
Wed Mar 23 21:30:50 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 &lt;CATALINA_HOME&gt;/webapps/axis2/.</p>


Reply via email to