Starting and stopping Content Gateway on the command line

To stop or start Content Gateway from the command line:

Steps

  1. Become root:
    su
  2. Change to the Content Gateway installation directory (/opt/WCG).
  3. Do one of the following:
    • To start the proxy:

      ./WCGAdmin start

    • To stop the proxy:

      ./WCGAdmin stop

    • To restart the proxy:

      ./WCGAdmin restart

    • To see which Content Gateway services are running:

      ./WCGAdmin status