Menu

CoilsServiceHostIndex

Adam Tauno Williams

CoilsServiceHostIndex

In conjunction with command line parameters and several environment variables this server default controls what services are started by an instance of the "[coils.master]" service when that service is started using the coils-master-server command.

Example

{'black.example.com': ['coils.vista.index',
                       'coils.blob.autoprint',
                       'coils.blob.autothumb',
                       'coils.watcher',
                       'coils.smtpd',
                       'coils.blob.event',
                       'coils.administrator'],
 'green.example.com': ['coils.http'],
 'blue.mormail.com': ['coils.workflow.manager',
                      'coils.workflow.scheduler',
                      'coils.workflow.logger',
                      'coils.workflow.reaper',
                      'coils.workflow.executor',
                      'custom.site.component'],
 'white.mormail.com': ['coils.workflow.9100', 'coils.http']}

The above value controls the services run on four different hosts, indexed by host name. Note that both site specific components can be include and that some components can be run concurrently on multiple hosts - most notably "[coils.http]".

This configuration directive may be overridden at run-time for the local host by setting the COILS_SERVICE_LIST environment variable.


Related

Wiki: Administration

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.