Starting the Click Through Daemon on a UNIX Server
The following procedure describes how to start the Click Through Daemon on a UNIX server.
To start the Click Through Daemon on a UNIX server
Open a window and navigate to the Click Through Daemon install directory.
Enter and run the following command:
./tomcat-ctl.sh start &
Optionally, you can enter and run the following commands:
./tomcat-ctl.sh start &; tail -f logs/ctd.log
Note: The first command (./tomcat-ctl.sh start &
) launches the daemon. The second command (tail -f logs/ctd.log
) displays output to the ctd log as it is running without generating a read lock on the file. A read lock would prevent the tail command from working.