Hereafter is detailed the structure of Orchestra installation. The installation directory contains the following structure :
README
build.xml
install.xml
common.xml
Licence.txt
tomcat/
conf/
doc/
examples/
lib/
resources/
Let's present those items :
README
This file gives the basic information related to Orchestra
build.xml
This file is an ant file that provides tasks to install and
use Orchestra. Just typing ant
will result giving you
the usage.
install.xml and common.xml
These files are ant files that are used by build.xml
License.txt
The license of Orchestra. All of Orchestra is available under the LGPL license.
conf/
This directory contains all the configuration files of Orchestra.
tomcat/
This directory is the default Tomcat installation shipped with Orchestra.
doc/
This directory contains the documentation of Orchestra. It contains :
userGuide.pdf
For PDF documentation
html/userGuide.html
For HTML documentation in a single page
html/userGuide/userGuide.html
For HTML documentation in different pages
examples/
This directory contains the examples provided with Orchestra package. See Section 5.3, “Running the examples”
lib/
This directory contains the libraries used in Orchestra.
resources/
This directory contains Orchestra database creation scripts for supported databases and Orchestra environment configuration examples.