Hereafter is detailled the structure of Orchestra installation. The installation directory contains the following structure :
README
build.xml
install.xml
Licence.txt
tomcat/
conf/
doc/
examples/
lib/
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
This file is an ant file that is called when you run ant
install
(no need to specify the use of this file)
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.4, “Running the examples”
lib/
This directory contains the libraries used in Orchestra.