spring-security/integration-test
Ben Alex 36ad7f3963 Linux compatibility fixes. 2004-06-21 06:04:24 +00:00
..
container-configs Removed leading slash, for compatibility with file existence checking at container adapter startup. 2004-03-28 11:23:08 +00:00
lib Initial commit. 2004-03-16 23:57:17 +00:00
src/net/sf/acegisecurity/integrationtests/web ant format seems to have reformated these differently than what is in CVS 2004-04-13 21:59:02 +00:00
.cvsignore Initial commit. 2004-03-16 23:57:17 +00:00
build.xml Linux compatibility fixes. 2004-06-21 06:04:24 +00:00
project.properties Expand Contacts sample application to use Hessian and Burlap remoting. 2004-04-11 12:15:00 +00:00
readme.txt Correct usage instructions. 2004-04-02 11:50:53 +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)
   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$