Note: | Before you can run ATA, you must install and configure Apama and the CMF as described in Capital Markets Foundation. The CMF installation makes it easy to run the pre-defined ATA immediately on the local machine. The ATA is copied into the %APAMA_WORK% directory during installation and run from there. Then, in Developing and Deploying Custom ATA Applications, you see how to import the projects into Software AG Designer, so you can define, test, and deploy your custom ATA. |
Description | Batch and sh file | Ant script |
One command that: Builds the project Starts the correlator Starts the trade simulator Starts the Administrative dashboard | startDemo | ant start-demo ant start |
Starts the correlator. | startServer | ant start-server |
Starts the Administrative dashboard. | startClient (.bat only, no equivalent on Linux) | ant start-client |
Shuts down the correlator and trade simulator. | stopDemo | ant stop |
Stops only the correlator. | stopServer | ant stop-server |
Creates a deployment WAR which can be used to deploy the ATA using a Web Application Service. See Deploying the ATA to a web application server for usage information. | deploy (.bat only, no equivalent on Linux) | ant deploy |
Prints a list of ant targets. | N/A | ant usage |
Prints a list of ant targets. | N/A | ant help |
Deletes log files and cleans up deployed strategies. | N/A | ant clean |
Deletes log files. | N/A | ant clean-logs |
Archives log files in a zip file in the ATA directory and deletes all log files from the log folder. The zip file suffix includes the date and time. For example, log_20120420_103921.zip. The correlators must be stopped before you run this command. | N/A | ant archive-logs |