Skip Headers
Oracle® Identity Manager Administrative and User Console Customization Guide
Release 9.0.3

Part Number B32452-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

5 Customizing Logos

This chapter describes how to add your own corporate logo or that of your customers or partners to your Oracle Identity Manager Administrative and User Console. You do this by copying a logo file into the EAR file, and editing the relevant values in the xlDefaultAdmin.properties file. This enables you to brand the appearance of the solution you are providing to your customers, or apply the branding that your partners may require if they want their own logos displayed.

Figure 5-1 shows the default logo that appears on the Oracle Identity Manager Administrative and User Console login page.

Figure 5-1 Default Logo on Administrative and User Console Login Page

Description of Figure 5-1 follows
Description of "Figure 5-1 Default Logo on Administrative and User Console Login Page"

See Also:

Chapter 2, "Customizing General Page Layout" for instructions on how to align logos within the banner region

Files to Modify


xlWebApp\WEB-INF\classes\xlDefaultAdmin.properties
xlWebApp\images directory

Replacing the Product Logo

To replace the default Oracle Identity Manager logo that appears to the left in the uppermost banner:

  1. Place the GIF image file that contains your logo in the \xlWebApp\images directory.

  2. Open the xlDefaultAdmin.properties file.

  3. In the xlWebAdmin.properties file, locate the GLOBAL images section. In that section, set the property global.image.clientlogo to the full path and name of the image file that contains the desired logo, for example, /images/mycorporate_logo.gif. The default value of this property is /images/client_logo.gif

  4. Redeploy the Enterprise ARchive (EAR) file. The name of the EAR file varies depending on your application server, as follows:

    • JBoss or OC4J—XellerateFull.ear

    • WebSphere—Xellerate.ear

    • WebLogic—WLXellerateFull.ear

See Also:

"Accessing Administrative and User Console Customization Files" for details on how to access the \xlWebApp\images directory and the xlDefaultAdmin.properties file and how to redeploy the EAR file

Inserting Your Company Logo

To replace the placeholder image that appears to the right in the uppermost banner:

  1. Place the image file that contains your logo in the \xlWebApp\images directory.

  2. Open the xlDefaultAdmin.properties file.

  3. Locate the GLOBAL images section and set the global.image.xelleratelogo property to the full path and name of the image file that contains the desired logo, for example, /images/myproductbrand_logo.gif. The default value of this property is /images/xellerate-trans-grey.gif.

  4. Re-deploy the Xellerate.ear file.

See Also:

"Accessing Administrative and User Console Customization Files" for details on how to access the \xlWebApp\images directory and the xlWebAdmin.properties file and how to redeploy the EAR file.