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 ch...@apache.org on 2007/04/23 13:14:46 UTC

svn commit: r531434 - /webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/soapmonitor-module.html

Author: chatra
Date: Mon Apr 23 04:14:44 2007
New Revision: 531434

URL: http://svn.apache.org/viewvc?view=rev&rev=531434
Log:
made corrections with refernce to https://issues.apache.org/jira/browse/AXIS2-1868

Modified:
    webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/soapmonitor-module.html

Modified: webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/soapmonitor-module.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/xdocs/%40axis2_version_dir%40/soapmonitor-module.html?view=diff&rev=531434&r1=531433&r2=531434
==============================================================================
--- webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/soapmonitor-module.html (original)
+++ webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/soapmonitor-module.html Mon Apr 23 04:14:44 2007
@@ -125,10 +125,11 @@
 <p>Alternatively, you can get the compiled applet classes from the
 axis2-soapmonitor-*.jar from inside the expanded axis2.war under WEB-INF/lib
 . Simply execute 'jar -xf axis2-soapmonitor-*.jar' and place the applet
-classes, as for a common example, as /home/myuser/tomcat/axis2/SOAPMonitorApplet*.class/WEB-INF . 
-Modify the path to suit your environment. The important point here is that 
-in this example, the compiled applet classes need to be placed at the root 
-of the expanded WAR, ie, inside the 'axis2' directory.</p>
+classes, for example, in
+/home/myuser/tomcat/axis2/SOAPMonitorApplet*.class/WEB-INF . Modify the path
+to suit your environment. The important point here is that in this example,
+the compiled applet classes need to be placed at the root of the expanded
+WAR, ie, inside the 'axis2' directory.</p>
 
 <p>Using a Web browser, go to http[s]://host[:port][/webapp]/SOAPMonitor
 (e.g.http://localhost:8080/axis2/SOAPMonitor) substituting the correct values
@@ -136,7 +137,9 @@
 the service requests and responses. Any requests to services that have been
 configured and deployed correctly should show up in the applet.</p>
 
-<p>The SOAPMonitor with attachments currently serializes themselves as base64 characters. It is therefore recommended to use the TCPMon tool to correctly capture MTOM and SWA messages as an multipart mime where the binary data is an attachment.
-</p>
+<p>The SOAPMonitor with attachments currently serializes themselves as base64
+characters. It is therefore recommended to use the TCPMon tool to correctly
+capture MTOM and SWA messages as an multipart mime where the binary data is
+an attachment.</p>
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org