Related Links
Updating the CM1 Service
CM1 Windows Service
- Install Service
- Open command prompt in administrator mode.
- Go to <installation dir>\jetty\service path.
- Run install-jetty-service.bat install command to install the service.
- Press Windows+R to open the Run dialog box.
- Type services.msc to open windows service listing screen.
- Check whether PercussionCMS is installed as a windows service.
- Start Service
- Press Windows+R to open the Run dialog box.
- Type services.msc in the Run dialog box to open windows service listing screen.
- Start the service by clicking the Start link by selecting the service.
- Check whether Start of the installed service works by opening the CM1 portal.
- Stop Service
- Press Windows+R to open the Run dialog box.
- Type services.msc in the Run dialog box to open windows service listing screen.
- Stop the service by clicking the Stop link by selecting the service.
- Check whether Stop of the installed service works by opening the CM1 portal.
- Uninstall Service
- Open command prompt in administrator mode.
- Go to <installation dir>\jetty\service path.
- Run install-jetty-service.bat uninstall command to uninstall the service.
- Press Windows+R to open the Run dialog box.
- Type services.msc to open windows service listing screen.
- Check whether PercussionCMS has been removed as a windows service.
CM1 Linux Service
- Install Service
- Log in to CM1 linux server.
- Go to <installation dir>/jetty/service path.
- Run sudo ./install-jetty-service.sh install command to install the service.
- Go to /etc/init.d/ directory by using cd /etc/init.d/ command.
- Use ls command to check whether PercussionCMS is installed as a linux service.
- Start Service
- Log in to CM1 linux server.
- Run sudo service PercussionCMS start command to start the Jetty server.
- Check whether Start of the installed service works by opening the CM1 portal.
- Stop Service
- Log in to CM1 linux server.
- Run sudo service PercussionCMS stop command to start the Jetty server.
- Check whether Stop of the installed service works by opening the CM1 portal.
- Uninstall Service
- Log in to CM1 linux server.
- Go to <installation dir>/jetty/service path.
- Run sudo ./install-jetty-service.sh uninstall command to uninstall the service.
- Go to /etc/init.d/ directory by using cd /etc/init.d/ command.
- Use ls command to check whether PercussionCMS has been removed as a linux service.