Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The JobScheduler Universal Agent should be operable as a Windows Service
Windows Service Interface
- A Java wrapper class is used that provides the interface for Windows Service operations (start, stop, restart).
Windows Service Installer
- The start script of the JobScheduler Universal Agent allows to install/uninstall the Windows Service
- call .\bin\jobscheduler_agent.cmd install-service [-http-port=<number>] to install the Windows Service
- After the installation you find the service with the name SOS JobScheduler Agent -port=<number> in the Services Manager Console.
- call .\bin\jobscheduler_agent.cmd remove-service [-http-port=<number>] to uninstall the Windows Service
- call .\bin\jobscheduler_agent.cmd start-service [-http-port=<number>] to start the Windows Service
- call .\bin\jobscheduler_agent.cmd stop [-http-port=<number>] to stop the Windows Service
- call .\bin\jobscheduler_agent.cmd restart [-http-port=<number>] to restart the Windows Service
- call .\bin\jobscheduler_agent.cmd install-service [-http-port=<number>] to install the Windows Service