summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/web.xml')
-rwxr-xr-xdcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/web.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/web.xml b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/web.xml
new file mode 100755
index 0000000..70aa901
--- /dev/null
+++ b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE XML>
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
+ http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
+ version="3.1">
+
+ <display-name>dmaap-bc-app-os</display-name>
+
+ <session-config>
+ <session-timeout>60</session-timeout>
+ <tracking-mode>COOKIE</tracking-mode>
+ </session-config>
+
+</web-app>