ejb と Web モジュールを備えた ear アプリがあります。web-inf の Web モジュールには、次のような web.xml があります。
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>view.xhtml</welcome-file>
</welcome-file-list>
そして、それは機能しません。JBoss は起動時にこのページを表示しません。これを解決するには?