When you assemble your application, the application assembler includes all of the ATG servers you have configured. 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.

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

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

The –pack flag is optional.

 
loading table of contents...