From 6116d12475ff697f495d0dea3b502620d5ed97ec Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 10 Dec 2009 21:08:19 +0000 Subject: [PATCH] SPR-6447 SPR-6449 --- readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.txt b/readme.txt index ae1fb2511..6d26c339a 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,12 @@ to set up corresponding DataSources in your Java EE container. Notes on enabling Log4J: - Log4J is disabled by default due to issues with JBoss. - Uncomment the Log4J listener in "WEB-INF/web.xml" to enable logging. + +Notes on service static resources: + - Most web containers provide a 'default' servlet for serving static + resources; Petclinic relies on it for its images. + - On containers without such a mapping (ex: GlassFish), uncomment the + 'default' declaration in "WEB-INF/web.xml". ========================================================================== === JPA on Tomcat