vmassol     2004/07/23 02:56:30

  Modified:    integration/ant/src/confs/share/resin3x resin.conf
               documentation/docs/xdocs changes.xml
  Log:
  The <code>&lt;resin3x&gt;</code> element of the <code>&lt;cactus&gt;</code> task is 
now correctly using the user-defined port (<code>port</code> attribute). The port was 
hardcoded to <code>8080</code>.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-cactus/integration/ant/src/confs/share/resin3x/resin.conf
  
  Index: resin.conf
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/ant/src/confs/share/resin3x/resin.conf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- resin.conf        22 Apr 2004 20:42:33 -0000      1.2
  +++ resin.conf        23 Jul 2004 09:56:29 -0000      1.3
  @@ -63,7 +63,7 @@
       </class-loader>
   
       <!-- The http port -->
  -    <http id="" host="*" port="8080"/>
  +    <http id="" host="*" port="@cactus.port@"/>
   
       <!--
          - SSL port configuration:
  
  
  
  1.202     +6 -0      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.201
  retrieving revision 1.202
  diff -u -r1.201 -r1.202
  --- changes.xml       27 Jun 2004 10:46:37 -0000      1.201
  +++ changes.xml       23 Jul 2004 09:56:30 -0000      1.202
  @@ -91,6 +91,12 @@
   
         <release version="1.7dev" date="in CVS">
           <action dev="VMA" type="fix">
  +          The <code>&lt;resin3x&gt;</code> element of the 
  +          <code>&lt;cactus&gt;</code> task is now correctly using the
  +          user-defined port (<code>port</code> attribute). The port was
  +          hardcoded to <code>8080</code>.
  +        </action>
  +        <action dev="VMA" type="fix">
             The Cactus Servlet Test Runner now re-initializes the Cactus 
             configuration when it is called the first time (in its 
             <code>init()</code> method). This allows testing several webapps
  
  
  

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

Reply via email to