When you assemble your application, the application assembler includes all of the ATG servers you have configured (see “Assembling Applications” in the ATG Platform Programming Guide for information on application assembly). This means that you can build your application once for each JBoss partition, deploy it on each partition, and enable the appropriate ATG server on each instance simply by changing the value of the atg.dynamo.server.name system property when you start up JBoss:

bin\run or bin/run.sh -c server_name -Datg.dynamo.server.name=
ATG_server

To assemble and configure your ATG application to run on a JBoss partition, when you invoke the application assembler, use the -liveconfig, -standalone, -distributable, and -pack flags in runAssembler as in the example:

bin/runAssembler –liveconfig –standalone –distributable –pack
output_file_name.ear –m module-list DafEar.Admin

The –pack flag is optional. The –distributable flag is required to enable JBoss session failover. Do not use the –server flag to specify an ATG server configuration. If you are using a named configuration layer, specify that as well (see “Managing Properties Files” in the ATG Platform Programming Guide for information on named configuration layers).


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices