Sun Identity Manager Deployment Guide

Customizing the Browser Title Bar

You can now replace the product name string in the browser title bar with a localizable string of your choice.

ProcedureTo Replace the Product Name String

  1. Import the following XML file:


    <?xml version=’1.0’ encoding=’UTF-8’?>
    <!DOCTYPE Configuration PUBLIC ’waveset.dtd’ ’waveset.dtd’>
    <Configuration name=’AltMsgCatalog’>
      <Extension>
        <CustomCatalog id=’AltMsgCatalog’ enabled=’true’>
          <MessageSet language=’en’ country=’US’>
            <Msg id=’UI_BROWSER_TITLE_PROD_NAME_OVERRIDE’>Override Name</Msg>
          </MessageSet>
        </CustomCatalog>
      </Extension>
    </Configuration>
  2. Using the Identity Manager IDE, load the System Configuration object for editing. Add the following line inside the <Configuration><Extension><Object> element:


    <Attribute name=’customMessageCatalog’ value=’AltMsgCatalog’/>
  3. Also in the System Configuration object, you must change ui.web.browserTitleProdNameOverride to true.

  4. Save this change to the System Configuration object, and restart your application server.