Versions Compared

Key

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

...

  • CollectionSettings.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.

...

Code Block
titleSample webclient.properties
borderStyledashed
org.bitrepository.webclient.privateKeyFile = /path/to/privateKeyFile
org.bitrepository.webclient.logfile = /tmp/webclient-log

The logback.xml file is optional. If left out logging will fall back to default, which will mean that logging will be outputted to standard out (i.e. catalina.out, if running Tomcat with the catalina engine)