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 rs...@apache.org on 2002/09/10 23:02:14 UTC

cvs commit: xml-axis/java/docs developers-guide.html install.html

rsitze      2002/09/10 14:02:14

  Modified:    java/docs developers-guide.html install.html
  Log:
  Added discovery to classpath discussions in docs.
  
  Revision  Changes    Path
  1.28      +2 -0      xml-axis/java/docs/developers-guide.html
  
  Index: developers-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/developers-guide.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- developers-guide.html	6 Sep 2002 16:18:27 -0000	1.27
  +++ developers-guide.html	10 Sep 2002 21:02:14 -0000	1.28
  @@ -104,6 +104,8 @@
   <blockquote>
   <blockquote><tt><font color="#009900">D:\\xerces\\xerces-1_4_2\\xerces.jar</font></tt>
   <br><tt><font color="#009900">G:\\junit3.7\\junit.jar</font></tt>
  +<br><tt><font color="#009900">G:\\xml-axis\\java\\build\\lib\\commons-discovery.jar</font></tt>
  +<br><tt><font color="#009900">G:\\xml-axis\\java\\build\\lib\\commons-logging.jar</font></tt>
   <br><tt><font color="#009900">G:\\xml-axis\\java\\build\\lib\\wsdl4j.jar</font></tt>
   <br><tt><font color="#009900">G:\\xml-axis\\java\\build\\lib\\axis.jar</font></tt>
   <br><tt><font color="#009900">G:\\xml-axis\\java\\build\\lib\\log4j-1.2.4.jar</font></tt>
  
  
  
  1.18      +8 -6      xml-axis/java/docs/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/install.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- install.html	11 Jul 2002 12:49:17 -0000	1.17
  +++ install.html	10 Sep 2002 21:02:14 -0000	1.18
  @@ -183,7 +183,8 @@
       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, jaxrpc.jar, saaj.jar, log4j-1.2.4.jar, tt-bytecode.jar,
  +        <li>Add axis.jar, commons-discovery.jar, commons-logging.jar, jaxrpc.jar, saaj.jar,
  +          log4j-1.2.4.jar (or whatever is appropriate for your chosen logging implementation),
             and the XML parser jar file or files (e.g., xerces.jar) to your classpath.&nbsp;
             Locate the deployment descriptor for your service and execute the following
             command:
  @@ -208,11 +209,12 @@
       purposes, it is presumed that you have installed and deployed the stockquote
       demo.</p>
       <ul>
  -        <li>Add axis.jar, commons-logging.jar, jaxrpc.jar, saaj.jar, log4j-1.2.4.jar, tt-bytecode.jar,
  -          and the parser jar or jars (e.g., xerces.jar), as well as the axis installation
  -          directory to your classpath.&nbsp; Change directory
  -          to the distribution directory for xml-axis and execute the following
  -          command:
  +        <li>Add axis.jar, commons-discovery.jar, commons-logging.jar, jaxrpc.jar, saaj.jar,
  +          log4j-1.2.4.jar (or whatever is appropriate for your chosen logging implementation),
  +          and the XML parser jar file or files (e.g., xerces.jar), as well as the axis
  +          installation directory to your classpath.&nbsp;
  +          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>
             </blockquote>
  
  
  

Re: cvs commit: xml-axis/java/docs developers-guide.html install.html

Posted by Steve Loughran <st...@iseran.com>.
Do we need to change happyaxis.jsp too?


----- Original Message ----- 
From: <rs...@apache.org>
To: <xm...@apache.org>
Sent: Tuesday, September 10, 2002 2:02 PM
Subject: cvs commit: xml-axis/java/docs developers-guide.html install.html


> rsitze      2002/09/10 14:02:14
> 
>   Modified:    java/docs developers-guide.html install.html
>   Log:
>   Added discovery to classpath discussions in docs.