diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index f2bfed0..0ee4d73 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -35,7 +35,7 @@
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
- classpath*:spring/applicationContext*.xml
+ classpath*:spring/applicationContext*.xml,classpath*:spring/taskConfig-applicationContext.xml
1