Deployment Example 1: Access Manager 7.0 Load Balancing, Distributed Authentication UI, and Session Failover

ProcedureTo Modify the AMConfig.properties File

  1. As a root user, log in to the Access Manager 1 host.

  2. Go to the following directory:


    /etc/opt/SUNWam/config

    Make a backup of the AMConfig.properties file before making any changes to the file.

  3. In the AMConfig.properties file, verify that the certificate database directory is specified correctly as in this example:


    com.iplanet.am.admin.cli.certdb.dir=/opt/SUNWWwbsvr/alias
  4. For the value of the following property, add the prefix from the certificate filename as in this example:


    com.iplanet.am.admin.cli.certdb.prefix=https-AccessManager-1.example.com-
  5. Notice that the following property points to a file wtpass which doesn't exist yet:


    com.iplanet.am.admin.cli.certdb.

    You will create this file in the next step.

    Save the file.

  6. Create the wtpass file.

    In the file, enter the name of the password you used to create the certificate database. Example:


    # cd /etc/opt/SUNWam/config
    # vi .wtpass
    password

    Save the file.

  7. Verify that the file was created properly.


    # cat .wtpass
    password
  8. Restart the Web Server.


    # cd /opt/SUNWwbsvr/https-AccessManager-1.example.com
    # ./stop; ./start