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/24 11:00:49 UTC

svn commit: r531840 - in /webservices/axis2/site: 1_1/soapmonitor-module.html 1_1_1/soapmonitor-module.html

Author: chatra
Date: Tue Apr 24 02:00:48 2007
New Revision: 531840

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

Modified:
    webservices/axis2/site/1_1/soapmonitor-module.html
    webservices/axis2/site/1_1_1/soapmonitor-module.html

Modified: webservices/axis2/site/1_1/soapmonitor-module.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_1/soapmonitor-module.html?view=diff&rev=531840&r1=531839&r2=531840
==============================================================================
--- webservices/axis2/site/1_1/soapmonitor-module.html (original)
+++ webservices/axis2/site/1_1/soapmonitor-module.html Tue Apr 24 02:00:48 2007
@@ -257,20 +257,23 @@
     &lt;/servlet-mapping&gt;</pre>
 </div>
 
-<p>Finally, compile the applet classes and place them at the root of the war
-- for example axis2/SOAPMonitorApplet*.class/WEB-INF :</p>
+<p>Finally, compile the applet classes and place them at the root (eg:
+&lt;CATALINA_HOME&gt;/webapps/axis2/) of the extracted WAR file. You can find
+the SOAPMonitorApplet.java in the source distribution. To compile, use the
+following command:</p>
 
 <div class="source">
 <pre>javac -classpath axis2-soapmonitor.jar SOAPMonitorApplet.java</pre>
 </div>
 
-<p>You can find the SOAPMonitorApplet.java in the source distribution.</p>
+<p>Alternatively, you can directly get the <strong>compiled applet
+classes</strong> from the WEB-INF/lib/axis2-soapmonitor-*.jar which is inside
+the extracted axis2.war. To extract the axis2-soapmonitor-*.jar file, simply
+execute the command, <code>jar -xf axis2-soapmonitor-*.jar</code> and place
+the compiled applet classes in the root directory of the extracted WAR, for
+example, in &lt;CATALINA_HOME&gt;/webapps/axis2/.</p>
+
 
-<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, for example, in
-/home/myuser/tomcat/axis2/SOAPMonitorApplet*.class/WEB-INF .</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

Modified: webservices/axis2/site/1_1_1/soapmonitor-module.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_1_1/soapmonitor-module.html?view=diff&rev=531840&r1=531839&r2=531840
==============================================================================
--- webservices/axis2/site/1_1_1/soapmonitor-module.html (original)
+++ webservices/axis2/site/1_1_1/soapmonitor-module.html Tue Apr 24 02:00:48 2007
@@ -32,7 +32,7 @@
 <div class="xleft">
 Last published: 12 January 2007 | Doc for 1.1.1</div>
 
-<div class="xright">
+<div>
 <a href="../index.html">Axis2/Java</a> <span class="separator">|</span> <a
 href="http://ws.apache.org/axis2/c" class="externalLink"
 title="External Link">Axis2/C</a> <span class="separator">|</span> <a
@@ -258,20 +258,21 @@
     &lt;/servlet-mapping&gt;</pre>
 </div>
 
-<p>Finally, compile the applet classes and place them at the root of the war
-- for example axis2/SOAPMonitorApplet*.class/WEB-INF :</p>
+<p>Finally, compile the applet classes and place them at the root (eg:
+&lt;CATALINA_HOME&gt;/webapps/axis2/) of the extracted WAR file. You can find
+the SOAPMonitorApplet.java in the source distribution. To compile, use the
+following command:</p>
 
 <div class="source">
 <pre>javac -classpath axis2-soapmonitor.jar SOAPMonitorApplet.java</pre>
 </div>
 
-<p>You can find the SOAPMonitorApplet.java in the source distribution.</p>
-
-<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, for example, in
-/home/myuser/tomcat/axis2/SOAPMonitorApplet*.class/WEB-INF .</p>
+<p>Alternatively, you can directly get the <strong>compiled applet
+classes</strong> from the WEB-INF/lib/axis2-soapmonitor-*.jar which is inside
+the extracted axis2.war. To extract the axis2-soapmonitor-*.jar file, simply
+execute the command, <code>jar -xf axis2-soapmonitor-*.jar</code> and place
+the compiled applet classes in the root directory of the extracted WAR, for
+example, in &lt;CATALINA_HOME&gt;/webapps/axis2/.</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



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