Skip Headers
Oracle® Identity Manager Administrative and User Console Customization Guide
Release 9.0
B25943-01
  Go To Documentation Library
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

5 Customizing Logos

This section describes how to add your own logos to your Oracle Identity Manager Administrative and User Console . By copying a logo file into the EAR file, and editing the relevant values in the xlWebAdmin.properties file, you can set Oracle Identity Manager to display your own corporate logo, or the logo of your customers or partners. 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. The logo that appears on the Oracle Identity Manager Administrative and User Console login page using the default settings is shown in Figure 5-1.

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"


Note:

To control how these logos are aligned within the banner region, refer to Chapter 2, "Customizing General Page Layout"

Files to Modify


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

Replacing the Product Logo

To replace the Oracle Identity Manager logo that appears in the left-hand region of the uppermost banner with your desired logo:

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

  2. Open the xlWebAdmin.properties file.

  3. Locate the property called global.image.clientlogo (within the GLOBAL images section) and set it to the full path and name of the image file that contains the desired logo (for example, /images/mycorporate_logo.gif)


    Note:

    The default value of this property is /images/client_logo.gif.

Redeploy Xellerate.ear (see the Accessing Administrative and User Console Customization Files section for details on how to access this directory and the xlWebAdmin.properties file and how to redeploy the EAR file).

Inserting Your Company Logo

There is a placeholder image in the right-hand region of the uppermost banner of the Oracle Identity Manager Administrative and User Console. You can replace this placeholder image with any desired logo:

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

  2. Open the xlWebAdmin.properties file.

  3. Locate the property called global.image.xelleratelogo (within the GLOBAL images section) and set it to the full path and name of the image file that contains the desired logo (for example, /images/myproductbrand_logo.gif)


    Note:

    The default value of this property is /images/xellerate-trans-grey.gif.

Re-deploy Xellerate.ear (see the Accessing Administrative and User Console Customization Files section for details on how to access this directory and the xlWebAdmin.properties file and how to redeploy the EAR file).