Unzip the orchestra-tomcat distribution package.
>unzip orchestra-tomcat-4.1.0.zip
A new directory orchestra-tomcat-4.1.0
will be
created. It contains an ant file to install and start Orchestra.
Remark : Nova Orchestra runs in Apache Tomcat servlet container. Tomcat 5.5.23 is delivered with the Orchestra Package.
To install Orchestra, go to orchestra directory and launch the install by running ant:
>cd orchestra-tomcat-4.1.0 >ant install
The install script installs Tomcat and Nova Orchestra. The default installation activates the persistence using the H2 Database.
![]() |
Important |
---|---|
if your network is based on a proxy, please specify the proxy settings in your JAVA_OPTS environment property. The system properties to specify are described in the java documentation. |
Nova Orchestra is shipped with a ligthweight Apache Tomcat Servlet container. This section explains how to install Nova Orchestra in an existing tomcat distribution.
The install.properties file in the conf directory contains the information used by orchestra installation. The default content is:
catalina.home=${orchestra.dir}/tomcat catalina.base=${catalina.home}
To use another tomcat installation, just update the catalina.home and catalina.base properties before calling:
>ant install