Iu2019ve created a simple Web Module Application that I wish to use a custom login page for authentication. From previous posts it looked like this would be easy. Iu2019ve made the changes below and have redeployed my application. When the application runs it forwards to the standard SAP login page rather than my login page. What am I missing? Thanks in advance. /Greg
Web.xml. <login-config> <auth-method>FORM</auth-method> <form-login-config> <form-login-page>login.jsp</form-login-page> <form-error-page>error.jsp</form-error-page> </form-login-config> </login-config>