mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-28 11:01:10 +00:00
+ upgrade to AJ 1.6.8
+ add dedicated section for Tomcat 5.5 and Tomcat 6 LTW setup (so it's clearer)
This commit is contained in:
parent
84455ff3a2
commit
a7ae7df3a8
2 changed files with 9 additions and 3 deletions
|
|
@ -1,8 +1,14 @@
|
|||
<!-- 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">
|
||||
<!-- please note that useSystemClassLoaderAsParent is available only in Tomcat 5.5.x since Tomcat 5.5.20. Remove it if Tomcat 6 is used -->
|
||||
<!-- Tomcat 6.x or higher -->
|
||||
<!--
|
||||
<Loader loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader"/>
|
||||
-->
|
||||
|
||||
<!-- Tomcat 5.5.x (higher then 5.5.20) -->
|
||||
<!--
|
||||
<Loader loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader" useSystemClassLoaderAsParent="false"/>
|
||||
-->
|
||||
|
||||
</Context>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue