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

ProcedureTo Point the J2EE Policy Agents to Load Balancer 6

Modify the AMAgent.properties file to point Protected Resource 1 and Protected Resource 2 to Load Balancer 6.

  1. As a root user, log in to the ProtectedResource–1 host machine.

  2. Change to the config directory.


    # cd /export/J2EEPA1/j2ee_agents/am_wl92_agent/agent_001/config
    

    Tip –

    Backup AMAgent.properties before you modify it.


  3. Make the following change to the AMAgent.properties file.

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

  4. Save the file and close it.

  5. Log out of the ProtectedResource–1 host machine.

  6. As a root user, log in to the ProtectedResource–2 host machine.

  7. Change to the config directory.


    # cd /export/J2EEPA2/j2ee_agents/am_wl92_agent/agent_001/config
    

    Tip –

    Backup AMAgent.properties before you modify it.


  8. Make the following change to the AMAgent.properties file.

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

  9. Save the file and close it.

  10. Log out of the ProtectedResource–2 host machine.