cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver Portal 7.5: Logon Page Redirect Not working

former_member337476
Participant
0 Kudos

Hi Guys,

I have a requirement to redirect the portal logon page to a different url. We are in Netweaver 7.5 version.
To achieve this I have edited logon page component tc~sec~ume~logon~ui. logonPage.jsp

In the jsp file, I wrote a response.sendRedirect("http://hostname:port/"). But it doesnt work. Every other change is reflecing except this redirect doesnt work.

Anything I am missing here?

Regards,

Madhu

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189925
Active Contributor
0 Kudos

Hi Madhu

Can also you have a look at the KBA : 1250795 - Redirect Appliction


Regards

Santarshi Samanta

former_member337476
Participant
0 Kudos

Hi Santarshi,

This is not applicable to our scenario.We need to redirect the portal logon page to completely different portal.

Regards

Former Member
0 Kudos

Hi Madhu,

open you browser console(F12 developer tools and select console from the developer window). Replicate the same scenario(might be reloading logon page) and check whether there are any errors logged in the console.

Best regards,

Kamal

former_member337476
Participant
0 Kudos

Hi Kamal,

I dont see any errors in the browser console.

Regards,

Madhu