3.2. Orchestra Tomcat distribution

3.2.1. Installation

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.

3.2.1.1. Basic installation

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] 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.

3.2.1.2. Advanced installation: Using another tomcat distribution.

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