vmassol     2004/06/26 10:46:26

  Modified:    documentation/docs/xdocs/integration/ant task_cactus.xml
  Log:
  Added note about ensuring that custom container configurations are listening to 
requests from localhost.
  
  Revision  Changes    Path
  1.26      +9 -0      
jakarta-cactus/documentation/docs/xdocs/integration/ant/task_cactus.xml
  
  Index: task_cactus.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/ant/task_cactus.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- task_cactus.xml   20 Jun 2004 14:04:11 -0000      1.25
  +++ task_cactus.xml   26 Jun 2004 17:46:25 -0000      1.26
  @@ -248,6 +248,15 @@
           as appropriate.
         </p>
   
  +      <note>
  +        The &lt;cactus&gt; task assumes that the container that it starts will 
  +        accept requests from localhost. If you have specified a custom 
  +        container configuration, make sure you have configured your 
  +        container to listen to localhost. Otherwise, the &lt;cactus&gt; task
  +        will fail to notice your container is running as it checks for that
  +        on localhost.
  +      </note>
  +
         <anchor id="generic"/>
         <section title="generic">
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to