tomj 02/05/01 13:02:48
Modified: java/docs install.html
Log:
Add jaxrpc.jar to the classpath instructions.
Update step 6 sample classpath instructions to include distribution directory.
Revision Changes Path
1.13 +8 -8 xml-axis/java/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/install.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- install.html 18 Mar 2002 10:29:45 -0000 1.12
+++ install.html 1 May 2002 20:02:47 -0000 1.13
@@ -152,9 +152,10 @@
are a number of ways to do this, for now I'll simply describe one way that
is suitable for automation.</p>
<ul>
- <li>Add axis.jar, commons-logging.jar, log4j-core.jar, tt-bytecode.jar, and
the XML parser jar file or files
- (e.g., xerces.jar) to your classpath. Locate the deployment
- descriptor for your service and execute the following command:
+ <li>Add axis.jar, commons-logging.jar, jaxrpc.jar, log4j-core.jar,
tt-bytecode.jar,
+ and the XML parser jar file or files (e.g., xerces.jar) to your
classpath.
+ Locate the deployment descriptor for your service and execute the
following
+ command:
<blockquote>
<code>java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd</code>
</blockquote>
@@ -175,11 +176,10 @@
purposes, it is presumed that you have installed and deployed the stockquote
demo.</p>
<ul>
- <li>Add axis.jar, commons-logging.jar, log4j-core.jar,
- tt-bytecode.jar, and the parser jar or jars
- (e.g., xerces.jar), as well as "." (your current working
- directory) to your classpath. Change directory to the
- distribution directory for xml-axis and execute the following
+ <li>Add axis.jar, commons-logging.jar, jaxrpc.jar, log4j-core.jar,
tt-bytecode.jar,
+ and the parser jar or jars (e.g., xerces.jar), as well as the axis
installation
+ directory to your classpath. Change directory
+ to the distribution directory for xml-axis and execute the following
command:
<blockquote>
<code>java samples.stock.GetQuote
-lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX</code>