jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 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>vid-common</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>
|