Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To deploy the webclient the following set of files are needed:

  • CollectionSettingsRepositorySettings.xml
  • ReferenceSettings.xml
  • services.properties
  • webclient.properties
  • logback.xml

...

The services.properties file specifies where the different services can be located.

Code Block
borderStyledashed
titleSample services.propertiesborderStyledashed
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
borderStyledashed
titleSample webclient.properties
borderStyledashed
org.bitrepository.webclient.privateKeyFile = /path/to/privateKeyFile
org.bitrepository.webclient.logfile = /tmp/webclient-log
org.bitrepository.webclient.clientID = webclient