我的 web.xml 中有这个:
<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/login_page.xhtml</form-login-page>
</form-login-config>
</login-config>
login_page.xhtml 有一些 jsf 代码在 jboss 重定向到他时没有呈现。
我如何在里面使用 jsf 而不是 html 页面<form-login-page>
?