...
The JobScheduler can be controlled by commands (e.g. starting a jobs) from external applications (or scripts).
More information of all available commands can be found here: Command List
The commands can be transferred to the JobScheduler via the following protocols
- http
- tcp
- udp
You can use JOE JOC to send a command with the URL
Code Block |
---|
http://[scheduler_host]:[scheduler_port]/<span style="color:red;"><show_state/></span> |
or if you open JOE JOC with Jetty then type
Code Block |
---|
http://[scheduler_host]:[jetty_port]/jobscheduler/engine-cpp/<span style="color:red;"><show_state/></span> |
...