summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/web.xml')
-rw-r--r--Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/web.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/web.xml b/Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/web.xml
new file mode 100644
index 0000000..6058a36
--- /dev/null
+++ b/Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/web.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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">
+ <session-config>
+ <session-timeout>
+ 30
+ </session-timeout>
+ </session-config>
+</web-app>