Chapter 4. User guide

Table of Contents

4.1. Start and Stop Nova Orchestra
4.2. Deploying / undeploying a process
4.3. Other commands
4.4. Running the examples
4.5. Running the tests
4.6. Configuring Logger

4.1. Start and Stop Nova Orchestra

Nova Orchestra M1 is a webapp that can be deployed on Tomcat. So starting Nova Orchestra in fact starts Tomcat with the correct environment. This can be performed from the intallation directory with the following command line :

>cd orchestra-4.0.M1
>ant start

Starting Orchestra will not be done in background. This means that the console starting Orchestra will be dedicated to the traces from Orchestra. To perform further actions, new consoles need to be opened.

To stop Nova Orchestra, type the following command line :

>cd orchestra-4.0.M1
>ant stop