authenticat user

Joined
Nov 8, 2010
Messages
1
Reaction score
0
I am working on one application. It is using j_security_check to authenticat user.

It is working fine. It authenticat user. I want to display login failure page. For this i am using

<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/webpages/login.jsf</form-login-page>
<form-error-page>/webpages/loginerror.jsf</form-error-page>
</form-login-config>
</login-config>

but loginerror.jsf is not getting displayed. application shows HTTP error 403.

My question is where should i change to display loginerror.jsf page

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,998
Latest member
MarissaEub

Latest Threads

Top