Updating the CM1 Service

CM1 Windows Service

  • Install Service
  1. Open command prompt in administrator mode.
  2. Go to <installation dir>\jetty\service path.
  3. Run install-jetty-service.bat install command to install the service.
  4. Press Windows+R to open the Run dialog box.
  5. Type services.msc  to open windows service listing screen.
  6. Check whether PercussionCMS is installed as a windows service.
  • Start Service
  1. Press Windows+R to open the Run dialog box.
  2. Type services.msc in the Run dialog box to open windows service listing screen.
  3. Start the service by clicking the Start link by selecting the service.
  4. Check whether Start of the installed service works by opening the CM1 portal.
  • Stop Service
  1. Press Windows+R to open the Run dialog box.
  2. Type services.msc in the Run dialog box to open windows service listing screen.
  3. Stop the service by clicking the Stop link by selecting the service.
  4. Check whether Stop of the installed service works by opening the CM1 portal.
  • Uninstall Service
  1. Open command prompt in administrator mode.
  2. Go to <installation dir>\jetty\service path.
  3. Run install-jetty-service.bat uninstall command to uninstall the service.
  4. Press Windows+R to open the Run dialog box.
  5. Type services.msc  to open windows service listing screen.
  6. Check whether PercussionCMS has been removed as a windows service.

CM1 Linux Service

  • Install Service
  1. Log in to CM1 linux server.
  2. Go to <installation dir>/jetty/service path.
  3. Run sudo ./install-jetty-service.sh install command to install the service.
  4. Go to /etc/init.d/ directory by using cd /etc/init.d/ command.
  5. Use ls command to check whether PercussionCMS is installed as a linux service.
  • Start Service
  1. Log in to CM1 linux server.
  2. Run sudo service PercussionCMS start command to start the Jetty server.
  3. Check whether Start of the installed service works by opening the CM1 portal.
  • Stop Service
  1. Log in to CM1 linux server.
  2. Run sudo service PercussionCMS stop command to start the Jetty server.
  3. Check whether Stop of the installed service works by opening the CM1 portal.
  • Uninstall Service
  1. Log in to CM1 linux server.
  2. Go to <installation dir>/jetty/service path.
  3. Run sudo ./install-jetty-service.sh uninstall command to uninstall the service.
  4. Go to /etc/init.d/ directory by using cd /etc/init.d/  command.
  5. Use ls command to check whether PercussionCMS has been removed as a linux service.