3
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xmlns="http://java.sun.com/xml/ns/javaee"
5
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
6
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
9
<description>MyProject web.xml</description>
11
<!-- Faces Servlet -->
13
<servlet-name>Faces Servlet</servlet-name>
14
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
15
<load-on-startup>1</load-on-startup>
18
<!-- Faces Servlet Mapping -->
20
<servlet-name>Faces Servlet</servlet-name>
21
<url-pattern>*.xhtml</url-pattern>
24
<!-- Welcome files -->
26
<welcome-file>index.xhtml</welcome-file>
b'\\ No newline at end of file'