From ac0e308354188418bf23055128c94574bc77ac97 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 3 Dec 2007 23:15:29 +0000 Subject: [PATCH] Updated spring and acegi version numbers in petclinic tutorial file. --- src/site/apt/petclinic-tutorial.apt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/site/apt/petclinic-tutorial.apt b/src/site/apt/petclinic-tutorial.apt index b54e272eb1..86014bd95c 100644 --- a/src/site/apt/petclinic-tutorial.apt +++ b/src/site/apt/petclinic-tutorial.apt @@ -19,9 +19,9 @@ Tutorial: Adding Security to Spring Petclinic You will also need to download: - * Spring 2.0 M4 with dependencies ZIP file - - * Acegi Security 1.0.2 + * Spring 2.0.6 with dependencies ZIP file + + * Acegi Security 1.0.6 Unzip both files. After unzipping Acegi Security, you'll need to unzip the @@ -118,7 +118,7 @@ copy %acegi%\WEB-INF\lib\commons-codec-1.3.jar %spring%\samples\petclinic\war\WE * Start Petclinic's database Start the Hypersonic server (this is just normal Petclinic configuration): - + +------------------------------------------------------ cd %spring%\samples\petclinic\db\hsqldb server @@ -203,7 +203,7 @@ copy dist\petclinic.war %TOMCAT_HOME%\webapps +------------------------------------------------------ Next, scroll down and find the link to "add visit". Modify it as follows: - + +------------------------------------------------------