From 6f0592cb2b753fb47297464a3fa1a312620da3ba Mon Sep 17 00:00:00 2001
From: Santo Cariotti <santo@dcariotti.me>
Date: Tue, 18 Jan 2022 20:31:22 +0100
Subject: Add WSDL exercise

---
 Year_3/TSDWL/WSDL/NetSix/NetSixServer/web/WEB-INF/web.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Year_3/TSDWL/WSDL/NetSix/NetSixServer/web/WEB-INF/web.xml

(limited to 'Year_3/TSDWL/WSDL/NetSix/NetSixServer/web')

diff --git a/Year_3/TSDWL/WSDL/NetSix/NetSixServer/web/WEB-INF/web.xml b/Year_3/TSDWL/WSDL/NetSix/NetSixServer/web/WEB-INF/web.xml
new file mode 100644
index 0000000..6058a36
--- /dev/null
+++ b/Year_3/TSDWL/WSDL/NetSix/NetSixServer/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>
-- 
cgit v1.2.3-18-g5258