cancel
Showing results for 
Search instead for 
Did you mean: 

Redirect Login page

piyush_kumar6
Active Contributor
0 Kudos

Hi ALL,

I have implemented External Facing portal. On my anonymous user home page ,

i have given log-in screen. When ID and PASSWORD is correct then its going to

Particular User home page that is fine but My problem is that when ID and PASSWORD

is not correct portal opening default login screen.

So i changed the logon.par file and have written following code on umLogonPage.jsp.

<%

String redirectURL = "/irj/portal/anonymous";

response.sendRedirect(redirectURL);

%>

but i am getting error cannot resolve symbol : method sendRedirect (java.lang.String);

so how to redirect to /irj/portal/anonymous ??

Regards,

Piyush

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Piyush,

Have a look at the following blog:

/people/abdulbasit.gulsen/blog/2007/02/21/multilingual-external-facing-portal-with-different-contents

It might give you certain idea.

Regards.

Rajat

piyush_kumar6
Active Contributor
0 Kudos

Hi Rajat,

Thanks ,The blog address you have

given has solved my problem.

Regards,

Piyush

Answers (0)