Configuring Server Applications
DataCaster supports additional server applications that can be
co-resident with the DatCaster server, and started and stopped
via the DataCasterApplicatin interface.
This conf file specifies the list of configured Applications,
each of which needs an ApplicationClass instance to implement
the application.
The required attributes of Application are:
- name: Application name used to specify the application.
- ApplicationClass: The class name of the server application class to be used, which must have a constructor with no arguments, and support the com.applibase.db.server.apps.DataCasterApplication interface.
Applications may add any number of application properties that
are provided to the application instance via the setProperties()
method in the DataCasterApplication interface.
The only attribute processed by the DataCaster server is:
auto_start: Whether to start when DataCaster is started and should
be set to true or false, and defaults to false.