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

ProcedureTo Restart the Application Server

  1. Go to the following Protected Resource 1 directory:

    /usr/local/bea/user_projects/domains/ProtectedResource-1/bin

  2. Stop Application Server 1.

    # cd /usr/local/bea/user_projects/domains/ProtectedResource-1/bin
    # ./stopManagedWebLogic.sh ApplicationServer-1 t3://localhost:7001 
  3. Stop the administration server.

    #cd /usr/local/bea/user_projects/domains/ProtectedResource-1/bin 
    ./stopWebLogic.sh
  4. Start the administration server.

    # nohup ./startWebLogic.sh &
    # tail -f nohup.out

    Watch for startup errors.

  5. Start Application Server 1.

    # nohup ./startManageWebLogic.sh
    ApplicatoinServer-2 http://ProtectedResource-1.example.com:7001 &
    tail -f nohup.out
  6. Run the netstat command to verify that Application Server 1 is up and listening.

    # netstat -an | grep 1081
    xxx.xx.72.151.1081		*.*		0		0	49152		0	LISTEN
    127.0.0.01.1081				*.*		0		0	49152		0	LISTEN