Chapter 5. User guide

Table of Contents

5.1. Start and Stop Orchestra
5.2. Deploying / undeploying a process
5.3. Other commands
5.4. Running the examples
5.5. Running the tests
5.6. Configuring Logger
5.7. Monitoring and administration with JMX
5.7.1. Orchestra MBean for thread pools
5.8. Using Apache Camel with Orchestra
5.8.1. How to create a Camel context for a process ?
5.8.2. How to use camel context instead of HTTP for Web Service interactions ?
5.9. Process versioning with Orchestra
5.9.1. Process lifecycle
5.9.2. Process versions
5.9.3. Restrictions on versioning

5.1. Start and Stop Orchestra

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

>cd orchestra-tomcat-4.6.1
	>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 Orchestra, type the following command line :

>cd orchestra-tomcat-4.6.1
		>ant stop