Web Pages ディレクトリ内に Web jsf プロジェクトがあります。
/WEB-INF
/faces
/res
index.jsp
私の顔のディレクトリには、ファイルall.xhtmlとlogin.xhtmlがあります。
私の web.xml
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*.xhtml</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>/faces/login.jsp</welcome-file>
</welcome-file-list>
しかし、プロジェクトを実行すると、JSF は xhtml ファイルを見つけることができません。理由がわかりません。