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 ru...@apache.org on 2001/06/04 21:34:26 UTC

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

rubys       01/06/04 12:34:24

  Modified:    java/docs install.html
  Log:
  Note that xalan is needed at the moment.  It is used to do a null
  transformation from DOM to string.  There has to be a lower overhead
  method of doing this...
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- install.html	2001/04/11 21:14:46	1.3
  +++ install.html	2001/06/04 19:34:24	1.4
  @@ -101,7 +101,8 @@
           distribution as well as the xerces.jar from the xml-xerces distribution,
           mail.jar from javamail, and activation.jar from jaf.</li>
         <li>In the axis/WEB-INF/lib directory, copy the axis.jar from the xml-axis
  -        distribution as well as the xerces.jar from the xml-xerces distribution.</li>
  +        distribution as well as the xerces.jar from the xml-xerces distribution,
  +        and xalan.jar from Xalan version 2.</li>
       </ul>
   
       <p><span class="note">Note:</span> 
  @@ -165,7 +166,7 @@
           java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor
           </code></blockquote>
           </li>
  -      <li>Temporarily add axis.jar and xerces.jar to your classpath.&nbsp; Locate the deployment descriptor
  +      <li>Temporarily add axis.jar, xerces.jar, and xalan.jar to your classpath.&nbsp; Locate the deployment descriptor
           for your service and execute the following command:
           <blockquote><code>java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/servlet/AxisServlet
             deploy.xml</code></blockquote>