Skip to content
Snippets Groups Projects
Commit 6116d124 authored by Costin Leau's avatar Costin Leau Committed by Mic
Browse files

SPR-6447

SPR-6449
parent fe63e9c8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment