Improve unit-test coverage
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / webapp / WEB-INF / web.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" version="3.1">
3   <display-name>vfcadaptorsrc</display-name>
4  
5  <!-- 
6   <context-param>
7     <param-name>contextConfigLocation</param-name>
8     <param-value>/WEB-INF/spring/application-context.xml</param-value>
9   </context-param>
10   <listener>
11      <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
12   </listener>
13 -->
14   <filter>
15     <filter-name>MDCInsertingServletFilter</filter-name>
16     <filter-class>
17       ch.qos.logback.classic.helpers.MDCInsertingServletFilter
18     </filter-class>
19   </filter>
20   <filter-mapping>
21     <filter-name>MDCInsertingServletFilter</filter-name>
22     <url-pattern>/*</url-pattern>
23   </filter-mapping> 
24   
25   <welcome-file-list>
26     <welcome-file>index.html</welcome-file>
27     <welcome-file>index.htm</welcome-file>
28     <welcome-file>index.jsp</welcome-file>
29     <welcome-file>default.html</welcome-file>
30     <welcome-file>default.htm</welcome-file>
31     <welcome-file>default.jsp</welcome-file>
32   </welcome-file-list>
33 </web-app>