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 ch...@apache.org on 2006/10/02 13:38:08 UTC

svn commit: r451984 - in /webservices/axis2/trunk/java/xdocs: 1_1/installationguide.html 1_1/userguide-new.html download/1_1/download.html

Author: chatra
Date: Mon Oct  2 04:38:08 2006
New Revision: 451984

URL: http://svn.apache.org/viewvc?view=rev&rev=451984
Log:
more updates

Modified:
    webservices/axis2/trunk/java/xdocs/1_1/installationguide.html
    webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html
    webservices/axis2/trunk/java/xdocs/download/1_1/download.html

Modified: webservices/axis2/trunk/java/xdocs/1_1/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/installationguide.html?view=diff&rev=451984&r1=451983&r2=451984
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/installationguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/installationguide.html Mon Oct  2 04:38:08 2006
@@ -247,8 +247,8 @@
 
 <p>Once maven is properly installed you can start building Axis2.</p>
 
-<p><a href="../faq.html#d4">Maven commands that are frequently used</a> in Axis2 are listed on the <a href="../faq.html">FAQs</a>
-page.</p>
+<p><a href="../faq.html#d4">Maven commands that are frequently used</a> in
+Axis2 are listed on the <a href="../faq.html">FAQs</a> page.</p>
 
 <p><a name="_Toc96698085"></a></p>
 
@@ -272,11 +272,12 @@
 built first) it will take a while since required jars need to be downloaded.
 However this is a once only process and will not affect any successive
 builds.</strong></p>
+<a name="war"></a>
 
 <p><strong></strong>The default maven build will however build only the Axis2
-jar file. To obtain a WAR (Web Archive), <code>maven war</code> command
-should be issued. This will create a complete WAR with the name axis2.war
-inside the target directory.</p>
+jar file. To obtain a <strong>WAR (Web Archive)</strong>, <code>maven
+war</code> command should be issued. This will create a complete WAR with the
+name axis2.war inside the target directory.</p>
 
 <p>Once this build step is complete, the binaries are ready to be
 deployed.</p>
@@ -284,8 +285,9 @@
 
 <h2>Installing Axis2 in a Servlet Container</h2>
 <ol>
-  <li><a href="http://ws.apache.org/axis2/download.cgi"
-    target="_blank">Download</a> Axis2 war file</li>
+  <li>Either use the <a href="#war">axis2.war</a> file built using the above
+    intructions or <a href="../download/1_1/download.html#war"
+    target="_blank">Download</a> Axis2 WAR file.</li>
   <li>Drop the war in the webapps folder. Most servlet containers will
     automatically install war. (some servlet containers may require a restart
     in order to capture the new web application. Refer your servlet container

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html?view=diff&rev=451984&r1=451983&r2=451984
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html Mon Oct  2 04:38:08 2006
@@ -185,18 +185,19 @@
 
 <h2><a name="Web_Services_Using_Axis2">Web Services Using Axis2</a></h2>
 
-<p>In this section, we will learn how to write and deploy web services using
+<p>In this section, we will learn how to write and deploy Web services using
 Axis2. All the samples mentioned are located in the
 <b>"samples\userguide\src"</b> directory of the binary distribution.</p>
 
 <h3><a name="Getting_started">Getting Started</a></h3>
 
 <p>Please deploy axis2.war in your servlet container and ensure that it works
-fine. Please refer to the <a href="installationguide.html"
-target="_blank">Installation Guide</a> for instructions.</p>
+fine. <a href="installationguide.html" target="_blank">Installation Guide</a>
+gives you step by step instructions on just how to build axis2.war and deploy
+it in your servlet container.</p>
 
-<p>Users can use either of the following two ways to write Web services using
-Axis2.</p>
+<p>Users can use either one of the following methods to write Web services
+using Axis2.</p>
 <ol>
   <li><a href="#Writing_Web_Services_Using Axis2's_Primary_APIs">Use Axis2's
     primary interfaces (APIs) and implement the business logic.</a></li>

Modified: webservices/axis2/trunk/java/xdocs/download/1_1/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/download/1_1/download.html?view=diff&rev=451984&r1=451983&r2=451984
==============================================================================
--- webservices/axis2/trunk/java/xdocs/download/1_1/download.html (original)
+++ webservices/axis2/trunk/java/xdocs/download/1_1/download.html Mon Oct  2 04:38:08 2006
@@ -102,7 +102,7 @@
         title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.asc">PGP</a></td>
     </tr>
     <tr>
-      <td><strong>WAR (Web Archive) Distribution</strong></td>
+      <td><a name="war"></a><strong>WAR (Web Archive) Distribution</strong></td>
       <td>This will be the web application of Axis2 which can be deployed in
         most of the servlet containers.</td>
       <td><ul>



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