The following examples show the modules to include in your EAR files for ATG Outreach if you do not require ATG Commerce features.

For the ATG Outreach server:

runAssembler –standalone OutreachServer.ear -m ACO.communication.base
   ARF.BIZUI ARF.WSCAP DafEar.Admin <additional modules>

If you want to use the e-mail preview feature (see E-mail Preview), use the following command:

runAssembler –standalone OutreachServer.ear –layer Preview
-m ACO.communication.base
ARF.BIZUI ARF.WSCAP
DafEar.Admin <additional modules>

For the ATG Outreach Production/Staging module:

runAssembler –standlalone OutreachProductionStaging.ear
-m ACO.communication.runtime
PublishingAgent
ACO.Communication.DW DafEar.Admin<additional modules>

If you are running the ATG Outreach data loading module on a separate server, omit ACO.Communication.DW from the EAR file for the Production/Staging module and create a separate EAR file for the data loading module:

runAssembler –standalone OutreachDataLoader.ear
–m
ACO.Communication.DW DafEar.Admin

Note: The –standalone flag is required. Also, if you want to run the Dynamo Administration UI, add DafEar.Admin to the module list as shown above. For detailed instructions on assembling ATG applications, see the ATG Programming Guide.

 
loading table of contents...