cancel
Showing results for 
Search instead for 
Did you mean: 

Web Module App not using custom login page.

Former Member
0 Kudos

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>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Moderator message - When closing old threads, there is no need to add a comment. Adding a pasted answer like "Resolved ourselves" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved. Rob

Former Member
0 Kudos

Rob -

I applogize; some of those post were 5 years old and I couldn't remember the solution -- getting old. /Greg

Former Member
0 Kudos

The point is that the comments were not needed. The threads should have been closed without them if nothing was being added.

Rob