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 he...@apache.org on 2005/02/23 12:19:31 UTC

svn commit: r155000 - webservices/axis/trunk/java/README.txt

Author: hemapani
Date: Wed Feb 23 03:19:28 2005
New Revision: 155000

URL: http://svn.apache.org/viewcvs?view=rev&rev=155000
Log:
update readme

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

Modified: webservices/axis/trunk/java/README.txt
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/README.txt?view=diff&r1=154999&r2=155000
==============================================================================
--- webservices/axis/trunk/java/README.txt (original)
+++ webservices/axis/trunk/java/README.txt Wed Feb 23 03:19:28 2005
@@ -14,10 +14,10 @@
 Installation
 ===================
 
- Axis2 Binary distribution contains axis2.war in the webapps directory. This will ease the installation in a Servlet contianer. 
- The installation in the Servlet container is just a matter of coping the axis2.war to the webapps directory. 
+ Axis2 Binary distribution contains axis2.war in the webapps directory, to ease the installation into a Servlet container. 
+ The installation in the Servlet container is just a matter of copying the axis2.war to the webapps directory. 
  
- To verify the installation, go to http://127.0.0.1:8080/axis2/ and try the "Validate" link
+ To verify the installation, go to http://127.0.0.1:8080/axis2/ and click on the the "Validate" link
  
  To build the axis2.war using source distribution use the following command.
  $ maven war 
@@ -28,13 +28,13 @@
 Deploying
 ===================
 
-  To deploy a new Web Service in  Axis2 require three steps
-  1) Create Web Service implementation class, supporting classes and the service.xml file, 
+  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 the META-INF
   3) Drop the jar file to the $AXIS_HOME/WEB-INF/services directory
 
  To verify the deployment please go to http://127.0.0.1:8080/axis2/ and follow the
- "List Available services" Link 
+ "List of Available services" Link 
 
  For more information please refer to the User Guide
 
@@ -42,7 +42,7 @@
 Support
 ===================
  
- Any problem with this release can be reported to Axis 
+ Any problem with this release can be reported to Axis the 
  mailing list or Jira issue tracker. If you are sending a mail to mailing list make sure 
  to add the [Axis2] prefix to the subject.