diff options
author | Pacien TRAN-GIRARD | 2014-03-03 22:05:54 +0000 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-03 22:05:54 +0000 |
commit | dd804827200d247ac3a2f9f997feb611239b824b (patch) | |
tree | 29400f770c53abdc1cc04024ed6a2e064d66c7c7 /war/WEB-INF | |
parent | c5d0945eb63c0a7537ba85ba088f33639f703520 (diff) | |
parent | 34352276297d2b04627d19807e3a2be313b4bf10 (diff) | |
download | esieequest-dd804827200d247ac3a2f9f997feb611239b824b.tar.gz |
Merge branch 'gwt' into 'master'
Gwt
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> | ||