mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
SPR-6447
SPR-6449
This commit is contained in:
parent
fe63e9c87f
commit
6116d12475
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue