aboutsummaryrefslogtreecommitdiff
path: root/war/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'war/WEB-INF/web.xml')
-rw-r--r--war/WEB-INF/web.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/war/WEB-INF/web.xml b/war/WEB-INF/web.xml
new file mode 100644
index 0000000..8c2676a
--- /dev/null
+++ b/war/WEB-INF/web.xml
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
4 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5 version="2.5"
6 xmlns="http://java.sun.com/xml/ns/javaee">
7
8 <!-- Default page to serve -->
9 <welcome-file-list>
10 <welcome-file>esieequest.html</welcome-file>
11 </welcome-file-list>
12
13</web-app>