glyn        02/03/18 02:29:45

  Modified:    java/docs install.html
  Log:
  Migrate beta fix.
  
  Revision  Changes    Path
  1.12      +3 -2      xml-axis/java/docs/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/install.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- install.html      15 Jan 2002 21:36:55 -0000      1.11
  +++ install.html      18 Mar 2002 10:29:45 -0000      1.12
  @@ -152,7 +152,7 @@
       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, log4j.jar, and the XML parser jar file or files 
  +        <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.&nbsp; Locate the deployment 
             descriptor for your service and execute the following command: 
             <blockquote>
  @@ -175,7 +175,8 @@
       purposes, it is presumed that you have installed and deployed the stockquote
       demo.</p>
       <ul>
  -        <li>Add axis.jar, log4j.jar, and the parser jar or jars 
  +        <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 &quot;.&quot; (your current working
             directory) to your classpath.&nbsp; Change directory to the 
             distribution directory for xml-axis and execute the following 
  
  
  


Reply via email to