Table of Contents
Unzip the orchestra-axis distribution package.
>unzip orchestra-4.0.M1.zip
A new directory orchestra-4.0.M1
will be
created. It contains an ant file to install and start Orchestra.
Warning : Tomcat should be installed and the environment variables CATALINA_HOME and CATALINA_BASE set before starting the installation procedure.
To install Orchestra, go to orchestra directory and launch the install by running ant:
>cd orchestra-4.0.M1 >ant install
The install script will ask some questions, and then install orchestra and launch Tomcat. After the installation and before starting Tomcat, do not forget to update Tomcat security policy :
To run, Orchestra webapp requires special security permissions. Please add these lines (change the values of axis.webappDir and axis.webappName according to your environnement. The exact lines to be inserted are given at the end of the installation process) to your catalina.policy file in ${env.CATALINA_BASE}/conf before starting tomcat :
grant codeBase "file:<axis.webappDir>/<axis.webappName>/WEB-INF/-" { permission java.security.AllPermission; };