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 sa...@apache.org on 2005/06/06 19:58:38 UTC

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

Author: sanjiva
Date: Mon Jun  6 10:58:37 2005
New Revision: 180350

URL: http://svn.apache.org/viewcvs?rev=180350&view=rev
Log:
cleaned up

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?rev=180350&r1=180349&r2=180350&view=diff
==============================================================================
--- webservices/axis/trunk/java/README.txt (original)
+++ webservices/axis/trunk/java/README.txt Mon Jun  6 10:58:37 2005
@@ -1,56 +1,68 @@
 ======================================================
-Apache Axis2 milestone build  (Feb 22, 2005)
+Apache Axis2 milestone 2 build  (June 07, 2005)
 
-http://ws.apache.org/axis/2.0h
+http://ws.apache.org/axis2
 ------------------------------------------------------
 
 ___________________
 Documentation
 ===================
  
- Documentation can be found in the docs directory included with both the source and binary distribution
+Documentation can be found in the docs/ directory included with both the 
+source and binary distributions.
 
 ___________________
 Installation
 ===================
 
- 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 click on the the "Validate" link
- 
- To build the axis2.war using source distribution use the following command.
- $ maven war 
+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 
 
- 
- 
 ___________________
 Deploying
 ===================
 
-  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
+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
+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".
+
 
- To verify the deployment please go to http://127.0.0.1:8080/axis2/ and follow the
- "List of Available services" Link 
+To verify the deployment please go to http://localhost:8080/axis2/ and 
+follow the "List of available services" Link.
 
- For more information please refer to the User Guide
+For more information please refer to the User's Guide.
 
 ___________________
 Support
 ===================
  
- 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.
+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 
+list make sure to add the [Axis2] prefix to the subject.
 
- 
- Mailing list subscription:
- axis-dev-subscribe@ws.apache.org
+Mailing list subscription:
+    axis-dev-subscribe@ws.apache.org
 
- Jira:
- http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10611
+Jira:
+    http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10611
 
- 
+
+Thank you for your support of Axis2!
+
+The Axis2 Team.