removed appserver-specific files

This commit is contained in:
Mic 2013-01-28 17:01:30 +04:00
parent feca50d272
commit 0c2408390e
2 changed files with 0 additions and 20 deletions

View file

@ -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>

View file

@ -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>