cancel
Showing results for 
Search instead for 
Did you mean: 

Portal logon page doesn't show

Former Member
0 Kudos

Hello everyones,

Could you help me how to resolve this problem. I've changed portal logon page (umLogonBotArea.txt file edit). I put new path to my custom image like in https://wiki.sdn.sap.com/wiki/display/EP/Modifying%20the%20Logon%20Page . after upload my *.par file into Portal, logon page haven't shown. Error message. Do you know what I have to change to resolve this problem and see my custom images on logon page?

Thanks a lot for reply.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thats very helpful. Thanks a lot!!

Former Member
0 Kudos

in addition:

in umLogonBotArea.txt i replaced src="<%=com.sap.security.core.logonadmin.ServletAccessToLogic.getAbsoluteURL(webpath,secondImage)%>" to src="<%=webpath + "layout/myPic.gif" %>". Is this correct move? After that on the logon page error dump.

Former Member
0 Kudos

Hi.

You have to manually add libraries files ( com.sap.portal.runtime.logon_api.jar and umelogonbase.jar ) from the source par (com.sap.portal.runtime.logon.parPORTAL-INFlib) to your project in NWDS and then build and redeploy par (refer to [Portal Customizations Intro - Login Part 1|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3680] [original link is broken];).

src="<%=webpath%>layout/myPic.gif"

Best regards,

Aliaksandr Zhukau