Friday, November 30, 2012

OAM 11g R2 Lab 7: Change Oracle Logos in Login page and Console or Customize OAM Console

To change Oracle Logo in Login page and inside Admin Console following changes need to be made.

Login Page Logo Change: 

For Login page Oracle logo is in background image. So to change that we need to change Modify Background image(login_logo.png)

We need to modify login_logo.png under two locations: (Following are the locations under windows)


Location 1: D:\Oracle_New\Middleware\user_projects\domains\base_domain\servers\oam_server1\tmp\_WL_user\oam_server_11.1.2.0.0\dcyk8m\war\pages\images

Location 2: D:\Oracle_New\Middleware\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\oam_admin_11.1.2.0.0\7po8nl\war\images

Steps: 

1) Take backup of already existing image (login_logo.png) and rename it(login_logo - Copy.png).


Original Login Page background image: 




Modified Login page background image: (name it as login_logo.png)



Restart the server and try the url localhost:7001/oamconsole/ then you should see now login page

Admin Console Logo change: 


We need to change following css file:

File Location:(In Windows)  D:\Oracle_New\Middleware\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\oam_admin_11.1.2.0.0\7po8nl\public\adf\styles\cache

css file: fusion-desktop-hyko18-en-ltr-gecko-cmp.css

Change background image url with relative/specific or path only for logo-oracle-red.png

Original: background-image:url(logo-oracle-red.png);

I replaced it with google logo :) :

Changed: background-image:url(http://www.soft-go.com/blog/wp-content/uploads/2007/11/google_logo_small.jpg);


Restart both admin server and OAM Server and check logo after login.

Thanks !!!

1 comment:

  1. why are u doing these things in temp folders. what if your admin clears the temp?
    don't you know the application location where you can modify these things instead of temp stuff?

    anyways, appreciate your work.

    ReplyDelete

Other Posts