All configuration options, such as Preferences and ConfigAdmin, handle different
scenarios for Mobiliser components.
The ConfigAdmin persistent identifier (PID) relates to the configuration file of the same
name in: SMP_HOME\Server\config_master\.
Framework
To configure the Mobiliser Framework, use the ConfigAdmin option. Individual configuration options are described in the following sections.
Messaging
Manage all message configuration data through the preferences option in the Operations Dashboard.
Audit
Auditing occurs at the message dispatch level that wraps the implemented endpoint. Each audit manager is called asynchronously with the results of the service call.
Event Handler
All event handlers share a certain configuration. The preferences path is usually equivalent to the event or task implementation class name.
Tasks
All tasks share a certain configuration. The preferences path is usually equivalent to the task implementation class name.
Jobs
All Mobiliser jobs share a certain configuration. The preferences path is usually equivalent to the job implementation class name.
cron Job Task Handler
A cron job execution task regularly retrieves jobs from database tables, based on the job handler name and cron job schedule. The cron job task must have a cron job schedule and job handler name, which are configured in the preferences node.
MOB_JOBS Table
cron jobs are configured in the MOB_JOBS database table.