vmassol 2003/01/25 14:03:04 Modified: petals/ant/src/confs/share/weblogic61 config.xml petals/ant/src/confs/share/weblogic70 config.xml Log: Fixed test ports filter name. Revision Changes Path 1.2 +1 -1 jakarta-cactus/petals/ant/src/confs/share/weblogic61/config.xml Index: config.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/petals/ant/src/confs/share/weblogic61/config.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- config.xml 23 Jan 2003 12:32:24 -0000 1.1 +++ config.xml 25 Jan 2003 22:03:04 -0000 1.2 @@ -1,3 +1,3 @@ <Domain Name="testdomain"> - <Server Name="testserver" NativeIOEnabled="true" ListenPort="@test.port@"/> + <Server Name="testserver" NativeIOEnabled="true" ListenPort="@cactus.port@"/> </Domain> 1.2 +1 -1 jakarta-cactus/petals/ant/src/confs/share/weblogic70/config.xml Index: config.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/petals/ant/src/confs/share/weblogic70/config.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- config.xml 23 Jan 2003 12:32:24 -0000 1.1 +++ config.xml 25 Jan 2003 22:03:04 -0000 1.2 @@ -11,5 +11,5 @@ Realm="wl_default_realm" RealmSetup="true"/> <SecurityConfiguration Credential="{3DES}VXIBKpJ4bKQa1IbvnNqcaZa6BPWIg0zhWlcSd2lrfZmn7KZ9gF7QnMZqhjswb/KzSbiBo/cuJGV7qLrkNbpL64iLduDXGin1" Name="testdomain"/> - <Server Name="testserver" NativeIOEnabled="true" ListenPort="@test.port@"/> + <Server Name="testserver" NativeIOEnabled="true" ListenPort="@cactus.port@"/> </Domain>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>