Deployment Example 2: Federation Using SAML v2

ProcedureTo Configure the Web Server 1 for SSL Termination

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

  2. Go to the following directory:


    /opt/SUNWwbsvr/https-FederationManager-1.siroe.com/config
  3. Modify the server.xml file.

    Make a backup of server.xml, and then modify the original file. Change this line:


    <LS id="ls1" port="8080" servername="FederationManager-1.siroe.com" defaultvs ...

    to:


    <LS id="ls1" port="8080" servername="https://LoadBalancer-9.siroe.com" defaultvs ...

    Save the file.

  4. Restart the Web Server.


    # cd /opt/SUNWwbsvr/https-FederationManager-1.siroe.com/
    # ./stop ; ./start