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

1 Overview

The Oracle Identity Manager Customization Guide explains how to customize the following aspects of your Oracle Identity Manager Administrative and User Console:

To configure the various aspects of the Administrative and User Console, you edit certain files. These files and how to edit them are described in the various sections of this Guide. For example, to learn how to customize the general page layout, see Chapter 2, "Customizing General Page Layout" .

See Also:

Oracle Identity Manager Globalization Guide for information on how to globalize Oracle Identity Manager Administrative and User Console

Accessing Administrative and User Console Customization Files

During installation, Oracle Identity Manager is deployed to your application server as an Enterprise ARchive (EAR). This archive file contains some of the files for customizing your Administrative and User Console, for example Xellerate.css, xlWebAdmin.properties, and xlDefaultAdmin.properties. The name of the EAR file varies depending on your application server, as follows:

To access the files for customizing your client, you unpack a Web Archive (WAR) file, make your desired edits, repack the WAR file, and run a script that regenerates the EAR file and deploys it to your application server.To customize the Administrative and User Console, ensure that your application server is running and then perform the following tasks:

  1. Uncompress the entire xlWebApp.war file from the <XL_HOME>/xellerate/webapp directory into any directory.

  2. Modify the files required files to be customized.

    Note:

    Oracle recommends that you back up any files before modifying them.
  3. Create a new archive file called xlWebApp.war using the jar utility.

  4. Copy (and overwrite) the xlWebApp.war file in <XL_HOME>/xellerate/webapp.

  5. Run the patch_<appserver> script from the <XL_HOME>/xellerate/setup directory, where <appserver> is the name of your application server, for example, if you are using WebLogic, this file is called patch_weblogic.

  6. Restart your application server.