Spring Security
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Alex 7e275de263 Removed leading slash, for compatibility with file existence checking at container adapter startup. 22 years ago
..
container-configs Removed leading slash, for compatibility with file existence checking at container adapter startup. 22 years ago
lib Initial commit. 22 years ago
src/net/sf/acegisecurity/integrationtests/web Change to Apache License version 2.0. 22 years ago
.cvsignore Initial commit. 22 years ago
build.xml * integration-test/build.xml: 22 years ago
project.properties * integration-test/build.xml, 22 years ago
readme.txt Initial commit. 22 years ago

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$