Starting the Bounce Handler Daemon on a UNIX Server

To start the Bounce Handler Daemon on a UNIX server, perform the steps in the following procedure.

To start the Bounce Handler Daemon on a UNIX server

  1. Open a window and navigate to the Bounce Handler Daemon install directory.

  2. Enter and run the following command:

    ./bin/bhd-ctl.sh start &
    
  3. Optionally, you can enter and run the following commands:

    ./bin/bhd-ctl.sh start &; tail -f bhd.log
    

The first command (./bin/bhd-ctl.sh start &) launches the daemon. The second command (tail -f bhd.log) displays output to the bhd log as it is running without generating a read lock on the file. A read lock would prevent these commands from working.