9.3 Starting and Stopping a Tracy Agency 339
plugins and to shut down the agency. We will give a detailed introduction
into the Tracy specific permissions in the online documentation.
9.3 Starting and Stopping a Tracy Agency
After you have completed the installation and configuration process of Tracy,
you can launch a Tracy agency. For the following, we assume that you are in
directory TRACY_HOME. To start a Tracy agency, you should use one of the
following script or batch files, which can be found in directory bin.
■
for Unix: tracy.sh
■
for Windows: tracy.bat
If all Tracy configuration files are stored in directory conf, then you can
simply type in the following command (on a Unix/Linux system):
$> ./bin/tracy.sh run
Tracy is now started in the same windo ...