You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by du...@apache.org on 2001/05/16 20:02:39 UTC

cvs commit: xml-soap/java/docs/install tomcat.html

duftler     01/05/16 11:02:38

  Modified:    java/docs/install tomcat.html
  Log:
  Some docs updates.
  Submitted by:	William Nagy (wnagy@us.ibm.com)
  
  Revision  Changes    Path
  1.9       +6 -4      xml-soap/java/docs/install/tomcat.html
  
  Index: tomcat.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/install/tomcat.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tomcat.html	2001/05/16 15:26:07	1.8
  +++ tomcat.html	2001/05/16 18:02:33	1.9
  @@ -21,14 +21,15 @@
   put xerces.jar at the BEGINNING of the classpath the script
   builds. </p>
   
  -<p>If you run startup.bat, then line 105 (or there abouts) of tomcat.bat should look
  -like this (line 69 for Tomcat 3.2.1) :</p>
  +<p>If you run startup.bat, then line 105 (or there abouts) of <b>tomcat.bat</b>
  +should look like this (line 69 for Tomcat 3.2.1) :</p>
   
   <blockquote>
       <code>set CP=path-to-xerces\xerces.jar;%CLASSPATH%;%CP%</code>
   </blockquote>
   
  -<p>If you run startup.sh, add the following after line 113:</p>
  +<p>If you run startup.sh, add the following line to  <b>tomcat.sh</b> after
  +line 113 (or there abouts), so long as it's before the export line:</p>
   
   <blockquote>
       <code>CLASSPATH=path-to-xerces/xerces.jar:${CLASSPATH}</code>
  @@ -44,7 +45,8 @@
   Simply drop this web archive into Tomcat's webapps directory (i.e. <code>%tomcat_home%/webapps</code>).
   If you deploy Apache SOAP into Tomcat in this manner, you will not need to have anything from the
   <code>/soap-2_2</code> directory on your server's classpath (the relevant items are included in the web
  -archive).</p>
  +archive). Note: If you copy the web archive into the webapps directory while Tomcat is running, Tomcat
  +will need to be restarted before the Apache SOAP web application can be accessed.</p>
   
   <p>Keep in mind that if you want to replace the deployed Apache SOAP web application with a
   later version that you will probably have to shut the server down, remove the expanded