spring-security/integration-test
Francois Beausoleil 3be51093bb * integration-test/container-configs/catalina-4.1.30/server.xml :
Added missing configuration file to run the tests.
2004-03-24 19:37:21 +00:00
..
container-configs * integration-test/container-configs/catalina-4.1.30/server.xml : 2004-03-24 19:37:21 +00:00
lib Initial commit. 2004-03-16 23:57:17 +00:00
src/net/sf/acegisecurity/integrationtests/web Change to Apache License version 2.0. 2004-03-23 04:44:48 +00:00
.cvsignore Initial commit. 2004-03-16 23:57:17 +00:00
build.xml * integration-test/build.xml: 2004-03-24 19:35:47 +00:00
project.properties * integration-test/build.xml, 2004-03-24 18:35:06 +00:00
readme.txt Initial commit. 2004-03-16 23:57:17 +00:00

readme.txt

===============================================================================
               ACEGI SECURITY SYSTEM FOR SPRING - INTEGRATION TESTS
===============================================================================

This directory allows execution of "in container" integration tests. To run
the tests, the original distribution files for various containers are required
to be placed into the containers directory. These are not included in CVS or 
ZIP releases due to their large size.

To execute these tests:

1. The following files should be placed into the containers directory:

   Jetty-4.2.18-all.zip         (see http://mortbay.jetty.org)
   jakarta-tomcat-5-0.19.zip    (see http://jakarta.apache.org/tomcat)
   jboss-3.2.3.zip              (see http://www.jboss.org)

2. Shutdown any container or service bound to port 8080.

3. Run "ant tests" (you can safely ignore the console output).

4. Review the reports directory and confirm each container passed all tests.

$Id$