diff options
author | Pacien TRAN-GIRARD | 2014-03-03 19:27:27 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-03 19:27:27 +0100 |
commit | 12a0686cb3fa183aa8e4829ad4cab25798bc7cf5 (patch) | |
tree | f9388e4b064d2b60a68171e1e0e57c1ffb404500 /war/WEB-INF | |
parent | c5d0945eb63c0a7537ba85ba088f33639f703520 (diff) | |
download | esieequest-12a0686cb3fa183aa8e4829ad4cab25798bc7cf5.tar.gz |
Add web interface and clean project dir
Diffstat (limited to 'war/WEB-INF')
-rw-r--r-- | war/WEB-INF/web.xml | 13 |
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> | ||