source:
trunk/src/anaToMia/GDL_TopicMaps_Model/war/WEB-INF/web.xml
Last change on this file was 503, checked in by , 13 years ago | |
---|---|
File size: 357 bytes |
Line | |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE web-app |
3 | PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" |
4 | "http://java.sun.com/dtd/web-app_2_3.dtd"> |
5 | |
6 | <web-app> |
7 | |
8 | <!-- Servlets --> |
9 | |
10 | <!-- Default page to serve --> |
11 | <welcome-file-list> |
12 | <welcome-file>GDL_TopicMaps_Model.html</welcome-file> |
13 | </welcome-file-list> |
14 | |
15 | </web-app> |
Note: See TracBrowser
for help on using the repository browser.