CIM will assemble the ATG Service applications by using the –runassembler command. The syntax for the command is:
-runassembleroptionoutput-file-name–mdynamo-module-list
Useful options include:
- - - usageprints out usage instructions, including syntax and options
- -standaloneconfigures the assembled EAR in standalone mode, or on a server that does not have ATG installed. In Standalone mode, all the files needed to run the application are included within the EAR
- -liveconfigconfigures the production level caching
- -server- servernameindicates the server that you are creating if you are assembling multiple instances on one server
For additional information on assembling an EAR file, refer to the ATG Platform Programming Guide.

