1710 Rebase - Second Attempt
[so.git] / bpmn / MSOCommonBPMN / src / main / webapp / WEB-INF / web.xml
index 6c822a9..3a42877 100644 (file)
     <servlet-name>resteasy-servlet</servlet-name>\r
     <url-pattern>/*</url-pattern>\r
   </servlet-mapping>\r
+  <context-param>\r
+    <param-name>contextConfigLocation</param-name>\r
+    <param-value>/WEB-INF/applicationContext.xml</param-value>\r
+  </context-param>\r
   <context-param>\r
     <param-name>mso.configuration</param-name>\r
     <param-value>MSO_PROP_TOPOLOGY=topology.properties</param-value>\r
@@ -44,6 +48,9 @@
     <param-name>resteasy.resources</param-name>\r
     <param-value>org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler</param-value>\r
   </context-param>\r
+  <listener>\r
+    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>\r
+  </listener>\r
   <filter>\r
     <filter-name>LogFilter</filter-name>\r
     <filter-class>org.openecomp.mso.logger.LogFilter</filter-class>\r