Ben Alex 862f45e02f Initial commit. преди 21 години
..
container-configs 7e275de263 Removed leading slash, for compatibility with file existence checking at container adapter startup. преди 21 години
lib 35fe1e7b73 Initial commit. преди 21 години
src 862f45e02f Initial commit. преди 21 години
.cvsignore 35fe1e7b73 Initial commit. преди 21 години
build.xml 7d1916eb7a Correct report summarisation, and add support for testing both WAR versions of Contact sample application. преди 21 години
project.properties d993486c85 Modifications to support changes to build.xml. преди 21 години
readme.txt 18c545d51b Correct usage instructions. преди 21 години

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)
jakarta-tomcat-4-1.30.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. At the completion of execution, a summary report will be displayed on the
console.

$Id$