Chapter 3. Installation guide

Table of Contents

3.1. Installation
3.2. Database Management
3.3. Orchestra directory structure

3.1. Installation

Unzip the orchestra-axis distribution package.

>unzip orchestra-4.0.10.zip

A new directory orchestra-4.0.10 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.25 is delivered with the Orchestra Package.

To install Orchestra, go to orchestra directory and launch the install by running ant:

>cd orchestra-4.0.10
		>ant install

The install script installs Tomcat and Nova Orchestra. The default installation activates the persistence using the HSQL Database.

[Important] Important

if your network is based on a proxy, please change the file conf/conf.properties. Set in this file the proxy host, port and non proxy hosts. Then run ant configure under the installation directory.