The Tarantella installation directory contains the following sub-directories:
bin
;etc
;var
; andwebserver
.This topic gives a summary of what's in each of these sub-directories and what they are used for.
The bin
directory contains the scripts, binaries and server-side Java™ technology
needed to run Tarantella.
The etc
directory contains configuration files that control the behavior
of Tarantella and applications running under Tarantella.
It contains the following subdirectories:
Subdirectory | What it contains |
---|---|
etc/data | The following configuration files:
|
etc/data/keymaps | Keyboard map files (ansikey.txt ). |
etc/fonts | X Window System fonts and additional fonts installed with Tarantella. |
etc/pkg | Information about installed Tarantella packages, for example version compatibility and dependencies. |
etc/templates | A complete copy of the standard files that get installed in the
etc/data directory and the var/serverresources directory. |
The var
directory contains the files that are used by the
web server and the files that the Tarantella server copies to
other members of the array. The var
directory contains many
subdirectories and the important ones are listed below:
Subdirectory | What it contains |
---|---|
var/docroot | The Tarantella login html pages. |
var/docroot/cgi-bin | The Tarantella CGI programs. |
var/docroot/native | The Tarantella Native Client installation files. |
var/docroot/resources | The files used to display the webtop, including login and webtop themes. |
var/tsp | X.509 certificates and security keys. |
var/ens | The ENS database. |
var/log | Server log files. |
var/print | The print queue and fifo. |
var/serverresources/expect | Tarantella login scripts. |
var/spool | Files on their way to the print queue. |
The webserver
directory contains the scripts, binaries and server-side Java technology
needed to run the Tarantella Web Server and run Java Servlet/JavaServer Pages services.