Sun Identity Manager Deployment Guide

ProcedureTo Change the Default Text

  1. Imported 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. Add the following line to the System Configuration object within the <Configuration><Extension><Object> element:


    <Attribute name=’customMessageCatalog’ value=’AltMsgCatalog’/>
  3. Add the following line:


    <msg id=’UI_NAV_FOOT_LOG’>mytext{0}</msg>
  4. Save change and restart your application server.