Suppose you want to set up a site consisting of an Administration Server, three servers that serve pages, one server that runs the ATG lock manager, and one server that runs the process editor server. Here’s an example of how you might do this:

  1. Start up WebLogic Server using the startWebLogic script. This starts up the WebLogic Administration Server (default name myserver, default port 7001).

  2. In the WebLogic Console, create a server named pageServer. Assign it port number 7700. Assign an IP address used by no other server in the domain.

  3. Create a cluster named pageCluster. Put pageServer1, pageServer2, and pageServer3 into this cluster.

  4. Create servers named procedit and lockmgr. Assign each server the port number 7800. Assign each server a unique IP address.

  5. Create a cluster named serviceCluster. Put procedit and lockmgr into this cluster.

  6. Assign the two clusters different multicast addresses.

  7. Using either the Configuration and Installation Manager (CIM) or the makeDynamoServer script, create ATG servers named pageServer1, pageServer2, pageServer3, procedit, and lockmgr. (You do not need to give the ATG servers the same names as the WebLogic servers, but it is a good idea do so.)

  8. Configure the ATG lockmgr server to run the ATG ServerLockManager. (See Enabling the Repository Cache Lock Managers for more information.)

  9. Configure the ATG Scenario Manager to run the process editor server on the ATG procedit server.

  10. Set up ATG session backup, as discussed in Enabling Component Backup.

  11. Assemble your application, deploy it on each server in both clusters, and configure each instance to use the ATG server corresponding to the WebLogic server the instance is running on. (This process is discussed in Assembling for a WebLogic Cluster.)

  12. Un-deploy any applications that are deployed on the Administration Server.

  13. Configure your HTTP server to serve pages from each server in pageCluster (but not any of the other servers).

  14. Shut down the Administration Server and then restart it. This ensures that all of the changes you made take effect.

  15. Start up the managed servers you created, using the startManagedWebLogic script. The syntax of this script is:

    startManagedWebLogic WebLogicServer adminURL
    -Datg.dynamo.server.name=myserver

    where WebLogicServer is the name of the WebLogic server, and adminURL is the URL of the WebLogic Administration Server. Let’s assume that the hostname for the Administration Server is myMachine. To start up the WebLogic pageServer1, the command would be:

    startManagedWebLogic pageServer1 http://myMachine:7001/
    -Datg.dynamo.server.name=pageserver1

Note: Oracle ATG Web Commerce does not support Unicast mode. Make sure that you set the cluster messaging mode to multicast.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices