From d13b32c77f56019681b392b9410780cf9b65fe16 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 11 Jul 2008 12:19:19 +0000 Subject: [PATCH] Clarified that paths are relative to the checked out source tree --- src/docbkx/samples.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/docbkx/samples.xml b/src/docbkx/samples.xml index f9d75a6df3..ab1cc2f780 100644 --- a/src/docbkx/samples.xml +++ b/src/docbkx/samples.xml @@ -6,7 +6,7 @@ There are several sample web applications that are available with the project. To avoid an overly large download, only the "tutorial" - and "contacts" samples are included in the distribution file. You can + and "contacts" samples are included in the distribution zip file. You can either build the others yourself, or you can obtain the war files individually from the central Maven repository. We'd recommend the former. You can get the source as described in the introduction @@ -15,19 +15,20 @@ http://www.springframework.org/spring-security/ if you need it. + All paths referred to in this chapter are relative to the source directory, once + you have checked it out from subversion.
Tutorial Sample The tutorial sample is a nice basic example to get you started. It uses - simple namespace configuration throughout. - - The compiled tutorial is included in the distribution ZIP file, - ready to be deployed into your web container. + simple namespace configuration throughout. The compiled application is included in the + distribution zip file, ready to be deployed into your web container + (spring-security-samples-tutorial-2.0.x.war). The form-based - authentication mechanism is used, with the commonly-used + authentication mechanism is used in combination with the commonly-used remember-me - authentication provider used to automatically remember the login using + authentication provider to automatically remember the login using cookies. We recommend you start with the tutorial sample, as the XML is @@ -140,7 +141,7 @@ framework to make use of login information from a J2EE container. The user name and roles are those setup by the container. - The code is in samples/preauth. + The code is in samples/preauth .