Configuration
To deploy the alarm service the following set of files are needed:
- CollectionSettingsRepositorySettings.xml
- ReferenceSettings.xml
- alarmservice.properties
The files need to be placed in a the directory mentioned in the context parameter for the webclientalarm service. Description of such can be found in Service setup page.
CollectionSettingsRepositorySettings.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.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
org.bitrepository.alarm-service.alarmstorefile = /tmp/alarmstorefile
org.bitrepository.alarm-service.privateKeyFile = /path/to/privatekeyfile |
...