...
The services.properties file specifies where the different services can be located.
Code Block |
---|
borderStyle | dashed |
---|
title | Sample services.properties | borderStyle | dashed |
---|
|
org.bitrepository.webclient.alarmserviceurl = /bitrepository-alarm-service
org.bitrepository.webclient.integrityserviceurl = /bitrepository-integrity-client
org.bitrepository.webclient.audittrailserviceurl = /bitrepository-audit-trail-service
org.bitrepository.webclient.monitoringserviceurl = /bitrepository-monitoring-service
org.bigrepository.webclient.webserverurl = http://localhost:8080
org.bitrepository.webclient.defaulthttpserverurl = https://localhost/dav/ |
The webclient.properties file specifies the location of the clients certificate and key file, along with where to dump events.
Code Block |
---|
borderStyle | dashed |
---|
title | Sample webclient.properties | borderStyle | dashed |
---|
|
org.bitrepository.webclient.privateKeyFile = /path/to/privateKeyFile
org.bitrepository.webclient.clientID = webclient |