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 ru...@apache.org on 2005/12/02 13:42:48 UTC

svn commit: r351705 - /webservices/axis2/trunk/java/README.txt

Author: ruchithf
Date: Fri Dec  2 04:42:41 2005
New Revision: 351705

URL: http://svn.apache.org/viewcvs?rev=351705&view=rev
Log:
Updated the readme

Modified:
    webservices/axis2/trunk/java/README.txt

Modified: webservices/axis2/trunk/java/README.txt
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/README.txt?rev=351705&r1=351704&r2=351705&view=diff
==============================================================================
--- webservices/axis2/trunk/java/README.txt (original)
+++ webservices/axis2/trunk/java/README.txt Fri Dec  2 04:42:41 2005
@@ -1,5 +1,5 @@
 ======================================================
-Apache Axis2 0.91 build  (August 15, 2005)
+Apache Axis2 0.93 build  (December 2, 2005)
 
 http://ws.apache.org/axis2
 ------------------------------------------------------
@@ -8,24 +8,9 @@
 Documentation
 ===================
  
-Documentation can be found in the xdocs/docs directory included with both the 
-source and binary distributions.
-
-___________________
-Installation
-===================
-
-The binary distribution contains a WAR file (axis2.war)  to ease 
-installation into a servlet container: simply copy the WAR file 
-to the servlet container's webapps directory and you're ready to go.
-
-To verify the installation, go to http://localhost:8080/axis2/ and 
-click on the the "Validate" link, where the host name and port 
-of that URL should be changed as appropriate.
- 
-To build WAR file (axis2.war) using the source distribution use the 
-following command:
-    $ maven war 
+Documentation can be found in the 'docs' directory included with the 
+binary distribution and in the 'xdocs' directory in the source 
+distribution.
 
 ___________________
 Deploying
@@ -34,17 +19,16 @@
 To deploy a new Web service in Axis2 the following three steps must 
 be performed:
   1) Create the Web service implementation class, supporting classes 
-     and the service.xml file, 
-  2) Archive the class files into a jar with the service.xml file in 
+     and the services.xml file, 
+  2) Archive the class files into a jar with the services.xml file in 
      the META-INF
   3) Drop the jar file to the $AXIS_HOME/WEB-INF/services directory
 where $AXIS_HOME represents the install directory of your Axis2 
 runtime. (In the case of a servelet container this would be the
-"axis2" directory inside "webapps".
-
+"axis2" directory inside "webapps".)
 
 To verify the deployment please go to http://localhost:8080/axis2/ and 
-follow the "List of available services" Link.
+follow the "Services" Link.
 
 For more information please refer to the User's Guide.
 
@@ -53,7 +37,7 @@
 ===================
  
 Any problem with this release can be reported to Axis the mailing list 
-or in the Jira issue tracker. If you are sending email to the mailing 
+or in the JIRA issue tracker. If you are sending email to the mailing 
 list make sure to add the [Axis2] prefix to the subject.
 
 Mailing list subscription:
@@ -63,6 +47,6 @@
     http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10611
 
 
-Thank you for your support of Axis2!
+Thank you for using Axis2!
 
 The Axis2 Team.