31b096049ba6df26228a32222a59aa1b8e48e32d
[policy/engine.git] / POLICY-SDK-APP / 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"
3          xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee" 
4          xmlns:web="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
5          version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee">
6
7         <display-name>onap-sdk-app-os</display-name>
8
9         <!-- The app can function on a HA cluster -->
10         <distributable />
11
12         <session-config>
13                 <session-timeout>7</session-timeout>
14                 <tracking-mode>COOKIE</tracking-mode>
15         </session-config>
16
17 </web-app>