Starting and Stopping ADx and Conversion
This page explains how to start and stop ADx and Conversion. The procedure is the same for both services.
-
Change directory to the installation directory. When you run
ll
, the result should be similar to the list below:_update/ conf/ modules/ plugins/ runtime/ storage/
-
Change directory to
/runtime/host/bin
(cd runtime/host/bin
). This directory contains thetribefire-console-start.sh
andtribefire-console-stop.sh
scripts, used to start and stop ADx and Conversion. -
Run
./tribefire-console-start.sh
to start the service. You should getTomcat started
response and the service should be available shortly (in less than a minute). If the service is not available, please check thecatalina.log
available ininstallation_directory/../logs
(unless configured otherwise). -
Run
./tribefire-console-stop.sh
to stop the service. You should getTomcat stopped
response. Note that the services (especially ADx) sometimes take several minutes to stop. In this case, you will get the following warning:./tribefire-console-stop.sh ... Tomcat did not stop in time. PID file was not removed. To aid diagnostics a thread dump has been written to standard out. Tribefire Host stopped.