spring-security/samples/tutorial
Luke Taylor 102bc2d6a0 Reduce unnecessary use of aspectj as a build dependency 2010-08-19 23:23:03 +01:00
..
src/main Reduce unnecessary use of aspectj as a build dependency 2010-08-19 23:23:03 +01:00
exec-list-as-peter Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
exec-list-as-rod Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
exec-list-no-auth Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
exec-list-wrong-password Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
exec-post-as-peter Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
exec-post-as-rod Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
exec-post-no-auth Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
exec-post-wrong-password Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. 2007-12-14 02:45:01 +00:00
pom.xml SEC-1488: Remove commons-logging dependencies from maven poms. 2010-05-28 13:10:59 +01:00
readme.txt Added SSL support to the tutorial app Jetty plugin configuration and added a requirement for SSL on the "extremely secure" page. 2008-01-24 16:30:06 +00:00
tutorial.gradle Reduce unnecessary use of aspectj as a build dependency 2010-08-19 23:23:03 +01:00

readme.txt

Run the application directly from the checked out source tree, using the command

mvn jetty:run

This will start jetty on port 8080, with SSL support on port 8443.