f7bd1bfccadf0a44a26374b86a4bfe97956ce549
[vfc/nfvo/wfengine.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
3   <display-name>IA_CLASS_NAME</display-name>
4   <welcome-file-list>
5     <welcome-file>index.html</welcome-file>
6     <welcome-file>index.htm</welcome-file>
7     <welcome-file>index.jsp</welcome-file>
8     <welcome-file>default.html</welcome-file>
9     <welcome-file>default.htm</welcome-file>
10     <welcome-file>default.jsp</welcome-file>
11   </welcome-file-list>
12   <servlet>
13     <description>Apache CXF Endpoint</description>
14     <display-name>cxf</display-name>
15     <servlet-name>cxf</servlet-name>
16     <servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
17     <load-on-startup>1</load-on-startup>
18   </servlet>
19   <servlet-mapping>
20     <servlet-name>cxf</servlet-name>
21     <url-pattern>/services/*</url-pattern>
22   </servlet-mapping>
23   <session-config>
24     <session-timeout>60</session-timeout>
25   </session-config>
26   <context-param>
27     <param-name>contextConfigLocation</param-name>
28     <param-value>WEB-INF/beans.xml</param-value>
29   </context-param>
30   <listener>
31     <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
32   </listener>
33 </web-app>