/index.xhtml , FacesServlet .
, :
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.xhtml</url-pattern>
</servlet-mapping>
*.xhtml, , :
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.xhtml</url-pattern>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
, *.xhtml, Facelets.
Update:
.jsf .xhtml:
.jsf ( FacesServlet JSF 2.1, ). (.jsp .xhtml) , URL-.
, , JSF , (Servlet). Pure JSP , . JSF JSP, , .jsp URL-, JSP Servlet Faces.
, Servlets Faces *.jsf, "" JSP , .jsp .
, *.xhtml to *.xhtml " ", - , JSF .