mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
SPR-6447
+ add more clarifications
This commit is contained in:
parent
d07705843c
commit
c9c939de2a
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
<!-- Tomcat context descriptor used for specifying a custom ClassLoader -->
|
<!-- Tomcat context descriptor used for specifying a custom ClassLoader -->
|
||||||
|
<!-- Useful for allowing web-app wide (as opposed to VM or container wide) class instrumentation -->
|
||||||
<Context path="/petclinic" reloadable="false">
|
<Context path="/petclinic" reloadable="false">
|
||||||
<!-- please note that useSystemClassLoaderAsParent is available since Tomcat 5.5.20 / remove if previous versions are being used -->
|
<!-- please note that useSystemClassLoaderAsParent is available since Tomcat 5.5.20 / remove if previous versions are being used -->
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in a new issue