You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2006/08/09 21:44:24 UTC

svn commit: r430131 - /webservices/axis2/trunk/java/xdocs/latest/soapmonitor-module.html

Author: robertlazarski
Date: Wed Aug  9 12:44:24 2006
New Revision: 430131

URL: http://svn.apache.org/viewvc?rev=430131&view=rev
Log:
Minor doc changes for the soap monitor based on user feedback

Modified:
    webservices/axis2/trunk/java/xdocs/latest/soapmonitor-module.html

Modified: webservices/axis2/trunk/java/xdocs/latest/soapmonitor-module.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/latest/soapmonitor-module.html?rev=430131&r1=430130&r2=430131&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/soapmonitor-module.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/soapmonitor-module.html Wed Aug  9 12:44:24 2006
@@ -37,7 +37,10 @@
 <source><pre>    &lt;module ref="soapmonitor"/&gt;</pre>
 </source>
 <p>Then in the axis2.xml file define your phase orders for 'soapmonitorPhase'
-referenced in the module.xml of soapmonitor.mar:</p>
+referenced in the module.xml of soapmonitor.mar . Below is an example and should _NOT_ 
+be copied exactly, since the default phases change occasionally. The important point here 
+is that 'soapmonitorPhase' should be placed under the 'user can add his own phases to this area' 
+comment in the 'inflow', 'outflow', 'INfaultflow', and 'Outfaultflow' sections. </p>
 <pre>    &lt;phaseOrder type="inflow"&gt;
         &lt;!--  System pre defined phases       --&gt;
         &lt;phase name="TransportIn"/&gt;
@@ -106,7 +109,7 @@
           &lt;param-name&gt;SOAPMonitorPort&lt;/param-name&gt;
           &lt;param-value&gt;5001&lt;/param-value&gt;
        &lt;/init-param&gt;
-       &lt;load-on-startup&gt;100&lt;/load-on-startup&gt;
+       &lt;load-on-startup&gt;1&lt;/load-on-startup&gt;
     &lt;/servlet&gt;
 
     &lt;servlet-mapping&gt;
@@ -117,6 +120,8 @@
 <p>Finally, compile the applet classes and place them at the root of the war
 - for example axis2/SOAPMonitorApplet*.class/WEB-INF :</p>
 <pre>javac -classpath axis2-soapmonitor.jar SOAPMonitorApplet.java</pre>
+
+<p>Alternatively, you can get the compiled applet classes from the axis2-soapmonitor-*.jar .</p>
 
 <p>With a Web browser, go to http[s]://host[:port][/webapp]/SOAPMonitor (e.g.
 http://localhost:8080/axis2/SOAPMonitor) substituting the correct values for



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