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/01/03 16:26:34 UTC

svn commit: r365662 [1/3] - in /webservices/axis2/trunk/java/xdocs: installationguide.html userguide.html webadminguide.html

Author: chinthaka
Date: Tue Jan  3 07:26:23 2006
New Revision: 365662

URL: http://svn.apache.org/viewcvs?rev=365662&view=rev
Log:
Applying the patch for Chatra. Thanks for the contribution.

Modified:
    webservices/axis2/trunk/java/xdocs/installationguide.html
    webservices/axis2/trunk/java/xdocs/userguide.html
    webservices/axis2/trunk/java/xdocs/webadminguide.html

Modified: webservices/axis2/trunk/java/xdocs/installationguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/installationguide.html?rev=365662&r1=365661&r2=365662&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/installationguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/installationguide.html Tue Jan  3 07:26:23 2006
@@ -6,7 +6,33 @@
 </head>
 
 <body lang="en">
-<h3><a name="_Toc96698081"></a>Download Axis2</h3>
+<h1 align="center">Axis2 Installation Guide</h1>
+
+<p><i>Version 0.94</i></p>
+<i>Feedback: <a
+href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a></i>
+
+<h3>Contents</h3>
+<ul>
+  <li><a href="#Download">Download Axis2</a></li>
+  <li><p><a href="#requirements">System Requirements</a></p>
+  </li>
+  <li><a href="#_Toc96698083">Setting up the Environment and tools</a>
+    <ul>
+      <li><p><a href="#_Toc96698084">Maven</a></p>
+      </li>
+      <li><a href="#_Toc96698085">The Axis2 source distribution</a></li>
+    </ul>
+  </li>
+  <li><p><a href="#_Toc96698086">Installing Axis2 in a Servlet
+    container</a></p>
+    <ul>
+      <li><a href="#upload">Uploading services</a></li>
+    </ul>
+  </li>
+</ul>
+
+<h3><a name="Download">Download Axis2</a></h3>
 
 <p>Axis2 is distributed in several formats and can be installed either as a
 standalone server or as part of a J2EE compliant servlet container. Axis2 is
@@ -17,11 +43,9 @@
 href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN">source</a>
 depending on your requirements.</p>
 
-<p>Latest release Axis2 version 0.93</p>
+<p>Latest release Axis2 version 0.94</p>
 
-<p></p>
-
-<h3>System Requirements</h3>
+<h3><a name="requirements">System Requirements</a></h3>
 
 <table border="2">
   <caption></caption>
@@ -70,8 +94,6 @@
 <p>Running the Maven build will automatically download the required jars when
 using source distribution.</p>
 
-<p></p>
-
 <h3><a name="_Toc96698083"></a>Setting up the Environment and tools</h3>
 
 <h4><a name="_Toc96698084" id="_Toc96698084"></a>Maven</h4>
@@ -138,8 +160,6 @@
 <p>Once this build step is complete, the binaries are ready to be
 deployed.</p>
 
-<p></p>
-
 <h3><a name="_Toc96698086"></a>Installing Axis2 in a Servlet container</h3>
 <ol>
   <li>Download Axis2 war file</li>
@@ -168,7 +188,7 @@
 
 <p></p>
 
-<h4> Uploading services</h4>
+<h4><a name="upload">Uploading services</a></h4>
 <ol>
   <p>The Axis2 web application also provides an interface to upload services.
   Once a service is created according to the service specification as
@@ -214,7 +234,7 @@
 
   <p>Axis2 Administration is all about configuring Axis2 at the run time and
   the configuration will be transient. More descriptions are available in <a
-  href="webadminguide.html">Axis2 admin web guide</a></p>
+  href="webadminguide.html">Axis2 Web Administration Guide</a></p>
 </ol>
 </body>
 </html>