You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/11/07 16:56:58 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/integration howto_tomcat.xml

vmassol     2003/11/07 07:56:58

  Modified:    documentation/docs/xdocs/integration howto_tomcat.xml
  Log:
  Added warning thanks to Brett Porter.
  
  Revision  Changes    Path
  1.4       +10 -0     jakarta-cactus/documentation/docs/xdocs/integration/howto_tomcat.xml
  
  Index: howto_tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/howto_tomcat.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto_tomcat.xml	10 Aug 2003 12:26:54 -0000	1.3
  +++ howto_tomcat.xml	7 Nov 2003 15:56:58 -0000	1.4
  @@ -136,6 +136,16 @@
   </servlet-mapping>
   ]]></source>
   
  +      <note>
  +        <strong>Warning</strong>: Be careful when you modify the global 
  +        Tomcat <code>web.xml</code> file. If later on you wish to use
  +        the Cactus Ant integration and more specifically if you use the
  +        <code>&lt;cactifywar&gt;</code> Ant task, you may run into problems.
  +        The <code>&lt;cactifywar&gt;</code> task automatically adds the
  +        needed Cactus redirectors (thus they'll be added twice leading to
  +        an error.
  +      </note>
  +      
       </section>
   
       <section title="Step 4: Creating a sample applicaton to test">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org