Disabling the PolicyCenter scheduler
It is possible to disable the internal scheduler by setting the SchedulerEnabled
configuration parameter to false in file
config.xml. If you do so, then you need to implement your own
mechanism for running PolicyCenter processes. For example,
you can use your own scheduling application to trigger process execution along with one
of the following:
- The startBatchProcess method on the MaintenanceToolsAPI web service
- The
maintenance_tools -startprocess processcommand option
