Hi,
I have been trying to replace the branding image on the portal logon page. When I recreate the logon par file and change the autheschemes.xml file and restart, as mentioned the documentation it does not take effect. My confusion is that although i have written a custom component (copy of the standard) the branding image actually seems to be supplied by another web app running on the j2ee engine, namely com.sap.security.core.admin. How do changes I deploy as a PAR effect this web app? I am running EP6 SP9 Patch 4.
Any tips woudl be appriciated. Thanks,
Simon
Hi,
Have u made all changes as said in help, making a new parfile and replacing the name of the new par file in all occurences in the file. Another important thing is, make sure u delete "com.sap.portal.runtime.logon.par.bak" or "my.new.logon.par" (what ever ur parfile name is). then copy the modified parfile and then restart. Dont forget to delete the ".bak" file.
Thanks,
Praveen
Hi,
Copy com.sap.portal.runtime.logon.par.bak or any other my.new.logon.par from
C:\usr\sap\EP6D\j2ee\j2ee_00cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\deployment\pcd
extract it to the temp folder, when you extract them, under layout folder you find the brading-image.jpg, replace it with your image and and rename your file as brading-image.jpg. zip the parfile and deploy it in the same folder from where u copied. Dont forget to delete the .bak file from the folder. Restart and this should work.
Or
put your new image in C:\usr\sap\EP6D\j2ee\j2ee_00cluster\server\services\servlet_jsp\work\jspTemp\irj\root\mynewlogo.gif
Then go to System Administration --> UM Configuration, under direct editing tab
search for ume.logon.brading_image.
there u put the code as
ume.logon.brading_image = /irj/mynewlogo.gif
Add a comment