diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml
deleted file mode 100644
index 25356f60d2715c4dd0e5f5b4efc95f904b897007..0000000000000000000000000000000000000000
--- a/src/main/webapp/META-INF/context.xml
+++ /dev/null
@@ -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>
diff --git a/src/main/webapp/WEB-INF/geronimo-web.xml b/src/main/webapp/WEB-INF/geronimo-web.xml
deleted file mode 100644
index b5d88e1ecd2fa8ea9da8d02f63c2fed8bfedde14..0000000000000000000000000000000000000000
--- a/src/main/webapp/WEB-INF/geronimo-web.xml
+++ /dev/null
@@ -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>
\ No newline at end of file