Skip to Content
0
Former Member
Jan 23, 2009 at 07:06 AM

Modified Login Page - "Portal Runtime Error".

47 Views

Dear All,

I need to Customize the Portal Login Page. To do so, I followed the below steps.

1. Navigated to \j2ee\cluster\server \apps\ sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd. Found com.sap.portal.runtime.logon.par.bak.

2. Make a copy of com.sap.portal.runtime.logon.par.bak and rename it renamed to delta.new.logon.par.

3. Imported the Par File to NWDS as "delta.new.logon" in the EP Perspective and Modified the umLogonPage.jsp.

4. Deployed the imported portal application "delta.new.logon".

5. Copy delta.new.logon.par back to \j2ee\cluster\server \apps\ sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.

6. Downloaded Authschemes.xml file from configtool and renamed as authschemes_delta.xml.

7. In the "authschemes_delta.xml", I replaced all occurrences of the string u201Ccom.sap.portal.runtime.logonu201D with u201Cdelta.new.logonu201D in the tags <frontendtarget> and save the file.

8. Then uploaded "authschemes_delta.xml" to the configtool under com.sap.security.core.ume.service node.

9. Then changed the "login.authschemes.definition.file" property custom value to authschemes_delta.xml

and restarted the server.

(NOTE: while making all the above changes , I didn't shutdown the server. The server was running.Only after completed all modifications, I restarted the server).

But after restarting , When i tried to open the login page with the url, "http://host:port/irj/portal",

I am getting an "Portal Runtime Error".

What would be the problem?

Thanks,

Eben Joyson