[VID-6] Initial rebase push
[vid.git] / epsdk-app-onap / src / main / webapp / WEB-INF / web.xml
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/web.xml b/epsdk-app-onap/src/main/webapp/WEB-INF/web.xml
new file mode 100755 (executable)
index 0000000..b09fa57
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee" \r
+         xmlns:web="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"\r
+         version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee">\r
+\r
+       <display-name>ecomp-sdk-app-os</display-name>\r
+\r
+       <!-- The app can function on a HA cluster -->\r
+       <distributable />\r
+\r
+       <session-config>\r
+               <session-timeout>7</session-timeout>\r
+               <tracking-mode>COOKIE</tracking-mode>\r
+       </session-config>\r
+\r
+</web-app>
\ No newline at end of file