Webclient
Configuration
To deploy the webclient the following set of files are needed:
- RepositorySettings.xml
- ReferenceSettings.xml
- services.properties
- webclient.properties
- logback.xml
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.
The services.properties file specifies where the different services can be located.
Sample services.properties
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.
Sample webclient.properties
org.bitrepository.webclient.privateKeyFile = /path/to/privateKeyFile org.bitrepository.webclient.clientID = webclient