Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Configuration

To deploy the alarm service the following set of files are needed:

  • CollectionSettings.xml
  • ReferenceSettings.xml
  • alarmservice.properties

The files need to be placed in a the directory mentioned in the context parameter for the webclient. Description of such can be found in Service setup page.

CollectionSettings.xml and ReferenceSettings.xml are collection specific and as such is not described here.

The alarmservice.properties file specifies the location of the services certificate and key file, along with where to persist alarms.

Sample alarmservice.properties
org.bitrepository.alarm-service.alarmstorefile = /tmp/alarmstorefile
org.bitrepository.alarm-service.privateKeyFile = /path/to/privatekeyfile
  • No labels