Technical Note: Sun Java System Access Manager Localization Guide

ProcedureTo Create the setServiceRevision.xml File

  1. Open a terminal window on the server where an instance of Access Manager is installed (if necessary).

  2. As superuser create a temporary directory to store the XML files used to add support for a new language.

    # mkdir -p /export/am_xml_tmp

  3. Change to the temporary created directory.

    # cd /export/am_xml_tmp/

  4. Create the setServiceRevision.xml file.

  5. Open the empty created file with a text editor and insert the following lines:

    <?xml version="1.0" encoding="UTF-8"?>

    <!DOCTYPE Requests PUBLIC "-//iPlanet//Sun Java System Access Manager 7.1 Admin CLI DTD//EN" "jar://com/iplanet/am/admin/cli/amAdmin.dtd">

    <!-- apply this file by: amadmin -u admin-user -w admin-pwd -t filename.xml -->

    <Requests>

    <SchemaRootNodeRequests serviceName="iPlanetG11NSettings">

    <SetServiceRevisionNumber number="10" />

    </SchemaRootNodeRequests>

    </Requests>

  6. Save the changes.