cancel
Showing results for 
Search instead for 
Did you mean: 

Doubts in developing portal applications...

Former Member
0 Kudos

Hi,

I am developing a portal application. We haave created the iViews, Pages, Worksets, Roles etc. Now I need to Custimise the portal logon page according to the application.

The scenario is as follows,

Now we are accessing the application from the URL,

Http://localhost:50000/irj

and specifying the userid and pwd. Now we need to assign a unique name to our application sothat it can be accessed with the URL

Http://localhost:50000/irj/<Unique Name>

Just like "http://www.sdn.sap.com/irj/sdn" Here sdn refers to the PCD. Am I right?

My doubts are as follows,

1. How can we assign unique name to the application othat it can be accessed from the URL?

2. How can we customize the Logon page according to our application requirements?

Your help and suggestions solicited...

Best regards,

Sudheesh...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudheesh

Regarding changing the logon page,you can copy the <b>sap.portal.runtime.logon.par.bak</b> file from <local_drive>\usr\sap\<instance>\JC00\j2ee\cluster\ server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\

deployment\pcd.

Rename the file and do the modifications(Edit the jsp according to ur need) as per your requirements. Upload the PAR file again and restart the portal.

Also do necessary modifications in authschemes.xml file.

Have a look at this link.

http://help.sap.com/saphelp_nw04s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm

/message/915095#915095 [original link is broken]

Regards

Yoga

Former Member
0 Kudos

Hi,

Thankyou very much for your help. I am trying for it according to the links you have posted. I have another doubt also,

How can we invoke an iView from Another iView just like invoking an html page from another one?

Best regads, Sudheesh...

Former Member

Answers (0)