If your installation includes ATG Commerce, include the following modules in your EAR files for ATG Outreach. The additional modules allow business users to include ATG Commerce elements in campaigns and view ATG Commerce-based reports.
For the ATG Outreach server:
runAssembler –standalone OutreachServer.ear -m ACO.communication.DCSARF.BIZUI ARF.WSCAPDafEar.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 PreviewARF.BIZUI ARF.WSCAP
-m ACO.communication.DCSDafEar.Admin<additional modules>
For the ATG Outreach Production/Staging module:
runAssembler –standalone OutreachProductionStaging.earPublishingAgent
-m ACO.communication.DCSRuntime
ACO.Communication.DWDafEar.Admin<additional modules>
If the ATG Outreach data loading module is installed on a separate server, omit ACO.Communication.DW from the EAR file for the ATG Outreach Production/Staging module and create a separate EAR file for the data loading module:
runAssembler –standalone OutreachDataLoader.earACO.Communication.DW
–mDafEar.Admin
Notes: 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.

