Table of Contents
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.9.0-M3 >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.9.0-M3 >ant stop