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

ProcedureTo Configure the Agent

In the AMAgent.properties file, map Protected Resource 1 and Protected Resource 2 to Load Balancer 6 .

  1. Log in as root to Protected Resource 1.

  2. Use a text editor to modify the AMAgent.properties file.

    # cd /opt/j2ee_agents/am_wl9_agent/agent_001/config 

    Make a backup of AMAgent.properties, and then set the following property:

    com.sun.identity.agents.config.fqdn.mapping[LoadBalancer-6.example.com] = LoadBalancer-6.example.com

  3. Save the file.

  4. Log in as root to Protected Resource 2.

  5. Use a text editor to modify the AMAgent.properties file.

    # cd /opt/j2ee_agents/am_wl9_agent/agent_001/config 

    Make a backup of AMAgent.properties, and then set the following property:

    com.sun.identity.agents.config.fqdn.mapping[LoadBalancer-6.example.com] = LoadBalancer-6.example.com

  6. Save the file.