mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
removed appserver-specific files
This commit is contained in:
parent
feca50d272
commit
0c2408390e
2 changed files with 0 additions and 20 deletions
|
@ -1,14 +0,0 @@
|
|||
<!-- 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">
|
||||
<!-- 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>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.0"
|
||||
configId="org/springframework/samples/petclinic">
|
||||
<context-root>/petclinic</context-root>
|
||||
<context-priority-classloader>true</context-priority-classloader>
|
||||
</web-app>
|
Loading…
Reference in a new issue