Cumulus Web Solutions : Configuring : Starting/Stopping Cumulus Web Solutions
   
Starting/Stopping Cumulus Web Solutions
With the All Cumulus Web Solutions installation set, the Cumulus Portals or Cumulus Web Client installation sets, Cumulus Web Solutions (daemon) is installed and started automatically.
Windows
To start or stop Cumulus Web Solutions service manually:
 
1. Start the Services control panel (e.g. by typing “services” into the task bar’s search field). In the Services panel, select the Cumulus Web Solutions service.
2. Click Start to start the Cumulus Web Solutions service
OR
click Stop to stop the Cumulus Web Solutions service
To manually register/unregister Cumulus Web Solutions as a service:
 
1. Call the script:
[programfiles]\Canto\Cumulus Web Solutions\apache-tomcat-X.X.xx\bin\RegisterService.bat
to register Cumulus Web Solutions as a service
OR
call the script:
[programfiles]\Canto\Cumulus Web Solutions\apache-tomcat-X.X.xx\bin\UnregisterService.bat
to unregister Cumulus Web Solutions as a service.
If Cumulus Web Solutions is not registered as service, you can start it as an application.
To start or stop Cumulus Web Solutions running as an application.
 
1. Call the script:
[programfiles]\Canto\Cumulus Web Client\apache-tomcat\bin\startup.bat
to start Cumulus Web Solutions as an application
OR
call the script
[programfiles]\Canto\Cumulus Web Client\apache-tomcat\bin\shutdown.bat
to stop Cumulus Web Solutions running as an application.
macOS
You can start or stop the Cumulus Web Solutions daemon under macOS manually using the delivered shell scripts.
To start or stop Cumulus Web Solutions daemon:
 
1. Call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/start-daemon.sh
to start the daemon
OR
call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/stop-daemon.sh
to stop the daemon.
To manually install/uninstall Cumulus Web Solutions daemon:
 
1. Call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/install-daemon.sh
to install the daemon
OR
call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/uninstall-daemon.sh
to uninstall the daemon.
You can also configure the daemons with the macOS command line utility launchctl. Have a look into the man pages for usage details.
If Cumulus Web Solutions is not running as a daemon, you can start it as an application.
To start or stop Cumulus Web Solutions running as an application:
 
1. Call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/startup.sh
to start Cumulus Web Solutions as an application
OR
call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/shutdown.sh
to stop Cumulus Web Solutions running as an application.
Linux: Registering and Starting
With the All Cumulus Web Solutions installation set, the Cumulus Portals or Cumulus Web Client installation set, the Cumulus Web Solutions server is installed but not registered.
To register the Cumulus Web Solutions as a service:
 
1. Call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/InstallCumulusWebSolutionsService.sh
Executing the script registers a daemon in the /etc/init.d folder. Now the service can be started.
To start or stop Cumulus Web Solutions daemon:
 
1. Run:
sudo /etc/init.d/CumulusWebSolutions start
to start the daemon
OR
run:
sudo /etc/init.d/CumulusWebSolutions stop
to stop the daemon.
If the daemon is running, it must be stopped before it can be unregistered again.
To unregister the Cumulus Web Solutions as a service:
 
1. Call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/UninstallCumulusWebSolutionsService.sh
If Cumulus Web Solutions is not registered as a service, you can start it manually using the delivered shell scripts:
To start or stop Cumulus Web Solutions running as an application:
 
1. Call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/startup.sh
to start the server
OR
call the script:
[/usr/local/Cumulus_WebSolutions]/apache-tomcat_X.X.xx/bin/shutdown.sh
to stop the server.