dims 2002/12/06 05:37:21
Modified: java/docs install.html
Log:
Fix for Bug 15073 - No war file in install
Revision Changes Path
1.23 +4 -5 xml-axis/java/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/install.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- install.html 12 Nov 2002 21:41:16 -0000 1.22
+++ install.html 6 Dec 2002 13:37:21 -0000 1.23
@@ -70,11 +70,10 @@
Axis is implemented in the JAR file <i>axis.jar</i>; implementing the
JAX-RPC API declared in the JAR files <i>jaxrpc.jar</i> and <i>saaj.jar</i>. It
needs various helper libraries, for logging, WSDL processing and
- introspection. All these files come prepackaged into a
- webapplication, <i>axis.war</i>, that is configured to act as a
- SOAP Server. It ships with some sample SOAP services, but you can
- add your own by adding new compiled classes to the Axis webapp and
- telling it about them.
+ introspection. All these files can be packaged into a
+ web application, <i>axis.war</i>, that can be dropped into a servlet
container.
+ Axis ships with some sample SOAP services. You can
+ add your own by adding new compiled classes to the Axis webapp registering
them.
<p>
Before you can do that, you have to install it and get it working.