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/08/26 20:26:56 UTC

cvs commit: jakarta-cactus/integration/ant/src/confs/share/weblogic6x config.xml

vmassol     2003/08/26 11:26:56

  Modified:    integration/ant/src/confs/share/weblogic7x config.xml
               integration/ant/src/confs/share/weblogic6x config.xml
  Log:
  Turn off performance packs by default for the default testing configuration for WL
  
  Revision  Changes    Path
  1.4       +2 -3      jakarta-cactus/integration/ant/src/confs/share/weblogic7x/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/share/weblogic7x/config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.xml	9 Aug 2003 16:42:28 -0000	1.3
  +++ config.xml	26 Aug 2003 18:26:55 -0000	1.4
  @@ -1,5 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -
   <Domain Name="testdomain">
  -    <Server Name="testserver" ListenPort="@cactus.port@"/>
  +  <Server Name="testserver" ListenPort="@cactus.port@"
  +    NativeIOEnabled="false"/>
   </Domain>
  
  
  
  1.2       +2 -1      jakarta-cactus/integration/ant/src/confs/share/weblogic6x/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/share/weblogic6x/config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.xml	3 Feb 2003 10:52:44 -0000	1.1
  +++ config.xml	26 Aug 2003 18:26:56 -0000	1.2
  @@ -1,3 +1,4 @@
   <Domain Name="testdomain">
  -  <Server Name="testserver" NativeIOEnabled="true" ListenPort="@cactus.port@"/>
  +  <Server Name="testserver" ListenPort="@cactus.port@"
  +    NativeIOEnabled="false"/>
   </Domain>