diff --git a/src/main/webapp/WEB-INF/applicationContext-dataSource.xml b/src/main/webapp/WEB-INF/spring/applicationContext-dataSource.xml
similarity index 100%
rename from src/main/webapp/WEB-INF/applicationContext-dataSource.xml
rename to src/main/webapp/WEB-INF/spring/applicationContext-dataSource.xml
diff --git a/src/main/webapp/WEB-INF/applicationContext-hibernate.xml b/src/main/webapp/WEB-INF/spring/applicationContext-hibernate.xml
similarity index 100%
rename from src/main/webapp/WEB-INF/applicationContext-hibernate.xml
rename to src/main/webapp/WEB-INF/spring/applicationContext-hibernate.xml
diff --git a/src/main/webapp/WEB-INF/applicationContext-jdbc.xml b/src/main/webapp/WEB-INF/spring/applicationContext-jdbc.xml
similarity index 100%
rename from src/main/webapp/WEB-INF/applicationContext-jdbc.xml
rename to src/main/webapp/WEB-INF/spring/applicationContext-jdbc.xml
diff --git a/src/main/webapp/WEB-INF/applicationContext-jpa.xml b/src/main/webapp/WEB-INF/spring/applicationContext-jpa.xml
similarity index 100%
rename from src/main/webapp/WEB-INF/applicationContext-jpa.xml
rename to src/main/webapp/WEB-INF/spring/applicationContext-jpa.xml
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index c83f52eb40df00b340912d0aed7cf34aba22ac43..b4af822210b5bea9653846e956994bba837f4d93 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -37,10 +37,10 @@
 	-->
 	<context-param>
 		<param-name>contextConfigLocation</param-name>
-		<param-value>/WEB-INF/applicationContext-jdbc.xml</param-value>
+		<param-value>/WEB-INF/spring/applicationContext-jdbc.xml</param-value>
         <!--
-		<param-value>/WEB-INF/applicationContext-hibernate.xml</param-value>
-		<param-value>/WEB-INF/applicationContext-jpa.xml</param-value>
+		<param-value>/WEB-INF/spring/applicationContext-hibernate.xml</param-value>
+		<param-value>/WEB-INF/spring/applicationContext-jpa.xml</param-value>
 		-->
 
 		<!--