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

ProcedureTo Configure the J2EE Policy Agent 2 for SSL Communication

  1. Log in as a root user to the ProtectedResource–2 host machine.

  2. Change to the config directory.


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

    Tip –

    Backup AMAgent.properties before you modify it.


  3. Modify these properties in AMAgent.properties as follows.


    com.sun.identity.agents.config.login.url[0] =
       https://LoadBalancer-3.example.com:9443/amserver/UI/Login?realm=users
    com.sun.identity.agents.config.cdsso.cdcservlet.url[0] =
       https://LoadBalancer-3.example.com:9443/amserver/cdcservlet
    com.sun.identity.agents.config.cdsso.trusted.id.provider[0] =
       https://LoadBalancer-3.example.com:9443/amserver/cdcservlet
    com.iplanet.am.naming.url=
       https://LoadBalancer-3.example.com:9443/amserver/namingservice
    com.iplanet.am.server.protocol=https
    com.iplanet.am.server.port=9443
  4. Save AMAgent.properties and close the file.