SPR-6449
This commit is contained in:
Costin Leau 2009-12-10 21:08:19 +00:00 committed by Mic
parent fe63e9c87f
commit 6116d12475

View file

@ -73,6 +73,12 @@ to set up corresponding DataSources in your Java EE container.
Notes on enabling Log4J: Notes on enabling Log4J:
- Log4J is disabled by default due to issues with JBoss. - Log4J is disabled by default due to issues with JBoss.
- Uncomment the Log4J listener in "WEB-INF/web.xml" to enable logging. - 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 === JPA on Tomcat