Skip to content
Snippets Groups Projects
Commit 0c240839 authored by Mic's avatar Mic
Browse files

removed appserver-specific files

parent feca50d2
No related branches found
No related tags found
No related merge requests found
<!-- 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>
<?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>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment