dims 2003/03/21 16:58:38
Modified: java/docs install.html user-guide.html
Log:
Fixes for doc from "Marc Portier" <[EMAIL PROTECTED]>
Revision Changes Path
1.27 +3 -3 xml-axis/java/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/install.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- install.html 19 Mar 2003 23:20:25 -0000 1.26
+++ install.html 22 Mar 2003 00:58:38 -0000 1.27
@@ -228,7 +228,7 @@
<a name="start"/></a>
<h2>Step 3: starting the web server</h2>
- <p>This varies on a product-by-product basis. In many cases it it as
+ <p>This varies on a product-by-product basis. In many cases it is as
simple as double clicking on a startup icon or running a command from
the command line.</p>
@@ -304,7 +304,7 @@
Now let's test a JWS web service. Axis' JWS Web Services are java files
you save into the axis webapp <i>anywhere but the WEB-INF tree</i>,
- giving them the .java extension. When some requests the .jws file by
+ giving them the .jws extension. When some requests the .jws file by
giving its URL, it is compiled and executed. The user guide covers
JWS pages in detail.
@@ -463,7 +463,7 @@
Axis, by changing the URL you invoke it with.
</ol>
- The process is also covered in covered in chapter 15 of
+ The process is also covered in chapter 15 of
<A href="http://manning.com/antbook">Java Development with Ant</A>,
which can be downloaded as a
<A href="http://www.manning.com/hatcher/chap15.pdf">PDF file</A>.
1.84 +1 -1 xml-axis/java/docs/user-guide.html
Index: user-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- user-guide.html 21 Mar 2003 00:54:04 -0000 1.83
+++ user-guide.html 22 Mar 2003 00:58:38 -0000 1.84
@@ -160,7 +160,7 @@
<li>axis-1_1/lib/jaxrpc.jar</li>
<li>axis-1_1/lib/saaj.jar</li>
<li>axis-1_1/lib/commons-logging.jar</li>
-<li>axis-1_1/lib/commons-dicovery.jar</li>
+<li>axis-1_1/lib/commons-discovery.jar</li>
<li>axis-1_1/lib/wsdl4j.jar</li>
<li>axis-1_1/ <i><font color="#9966FF">(for the sample code)</font></i></li>
<li>A JAXP-1.1 compliant XML parser such as xerces or crimson</li>