Deployment Example 2: Federation Using SAML v2

ProcedureTo Deploy the Federation Manager 1 WAR File

  1. Go to the Web Server directory that contains the wdeploy command:


    # cd /opt/SUNWwbsvr/bin/https/bin
  2. Run the wdeploy command:


    # ./wdeploy deploy -u /federation -i FederationManager-1.siroe.com 
    -v https-FederationManager-1.siroe.com 
    /var/opt/SUNWam/fm/war_staging/federation.war
  3. Verify that the WAR file was successfully deployed.

    1. Verify that a directory has been created with the same name you specified during Federation Manager installation as the URI. In this deployment example, the directory is named federation.


      # cd /opt/SUNWwbsvr/https-FederationManager-1.siroe.com/
      webapps/https-FederationManager-1.siroe.com/federation
      # ls
      META-INF		config		docs					html				js
      WEB-INF		console	fed_css			images			saml2
      com_sun_web_ui	css	fed_images		index.html	samples	
    2. Restart the Federation Manager server, and verify that you can successfully access it.


      # cd /opt/SUNWwbsvr/https-FederationManager-1.siroe.com
      # ./stop; ./start
    3. In a browser, go to the following URL:


      http://FederationManager-1.siroe.com:8080/federation/UI/Login
    4. Log in to the Federation Manager console:

      User Name:

      amadmin

      Password:

      11111111

      If you can successfully log in, then the Federation Manager WAR file has been successfully deployed.