1 <?xml version="1.0" encoding="UTF-8"?>
2 <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
6 <welcome-file>index.html</welcome-file>
7 <welcome-file>index.htm</welcome-file>
8 <welcome-file>index.jsp</welcome-file>
9 <welcome-file>default.html</welcome-file>
10 <welcome-file>default.htm</welcome-file>
11 <welcome-file>default.jsp</welcome-file>