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 2002/07/20 14:56:54 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/tomcat32 tomcat-users.xml

vmassol     2002/07/20 05:56:54

  Modified:    documentation/docs/xdocs changes.xml
               sample-servlet/conf/sample/build/j2ee12
                        build-tests-tomcat-32.xml
  Added:       sample-servlet/conf/sample/conf/test/j2ee12/tomcat32
                        tomcat-users.xml
  Log:
  Tomcat 3.2.4 now correctly configured for Cactus BASIC authentication tests
  
  Revision  Changes    Path
  1.27      +2 -2      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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml	20 Jul 2002 12:48:13 -0000	1.26
  +++ changes.xml	20 Jul 2002 12:56:54 -0000	1.27
  @@ -52,8 +52,8 @@
           Added automatic script support for Orion 1.6.
         </action>
         <action dev="VMA" type="fix">
  -        Ant scripts for Resin and Orion now correctly configures them for
  -        Cactus BASIC authentication tests.
  +        Ant scripts for Resin, Orion and Tomcat 3.2.4 now correctly configured
  +        for Cactus BASIC authentication tests.
         </action>
         <action dev="VMA" type="add">
           Added automatic script support for WebLogic 7.0.
  
  
  
  1.4       +3 -2      jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build-tests-tomcat-32.xml
  
  Index: build-tests-tomcat-32.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build-tests-tomcat-32.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-tests-tomcat-32.xml	20 Jul 2002 12:25:02 -0000	1.3
  +++ build-tests-tomcat-32.xml	20 Jul 2002 12:56:54 -0000	1.4
  @@ -108,8 +108,9 @@
           <copy file="${tomcat.home.32}/conf/web.xml"
               tofile="${target.tomcat32.dir}/conf/web.xml"/>
   
  -        <copy file="${conf.tomcat32.dir}/server.xml"
  -            tofile="${target.tomcat32.dir}/conf/server.xml" filtering="on"/>
  +        <copy todir="${target.tomcat32.dir}/conf" filtering="on">
  +            <fileset dir="${conf.tomcat32.dir}"/>
  +        </copy>
   
           <!-- Copy the war file -->
           <copy file="${target.test.dir}/test.war"
  
  
  
  1.1                  jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/tomcat32/tomcat-users.xml
  
  Index: tomcat-users.xml
  ===================================================================
  <tomcat-users>
    <user name="testuser" password="testpwd" roles="test" />
  </tomcat-users>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>