cancel
Showing results for 
Search instead for 
Did you mean: 

How to link to custom JSP from logon screen of SAP enterprise portal

Former Member
0 Kudos

Hi,

I have to place a link in Logon page and map another custom jsp to the link. Where should i place the link and what should i given in href i.e. path of jsp to display my page.

Thanks,

Tanuj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

for adding a jsp link to the logon page of the portal u have to customize the portal logon page.

to do that you ned to modify the logon par file, sap.portal.runtime.logn.par.

you can download the backup file for the same from usrsap<instance>jc00j2eeclusterserver0appssap.comirjservlet_jspirj ootWEB-INFdeploymentpcd

cpy it to ur system and rename the file to refect yur comany namespace like, com.satyam.logon.par.

now you can modify the par file using either using eclips PDK plugins or winZIP.

make the changes and deploy to the portal. and set it as uyour logon page.

For detail process follow the link:

[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/371e9d90-0201-0010-c39c-fd2956154ab3]

Regards,

Sahidur

please give points if it helps you.

Former Member
0 Kudos

Hi,

I have done that. All i need is how can i add a link in umLogonPage.jsp to point to my Test.jsp which is placed in same folder.

For example

<ahref="/Test.Jsp">Test Link</ahref> will not open the test.jsp page, but will give a security issue