e6aa9856290b0f9266287856f255d57c94f73d9f
[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   
15   <welcome-file-list>
16     <welcome-file>index.html</welcome-file>
17     <welcome-file>index.htm</welcome-file>
18     <welcome-file>index.jsp</welcome-file>
19     <welcome-file>default.html</welcome-file>
20     <welcome-file>default.htm</welcome-file>
21     <welcome-file>default.jsp</welcome-file>
22   </welcome-file-list>
23 </web-app>