As a root user, log in to the Federation Manager 1 host.
Go to the following directory:
/opt/SUNWwbsvr/https-FederationManager-1.siroe.com/config |
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.
Restart the Web Server.
# cd /opt/SUNWwbsvr/https-FederationManager-1.siroe.com/ # ./stop ; ./start |