From a70e47969669e670781a16f966bd344e687ca74d Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Wed, 9 May 2018 11:16:36 +0100 Subject: [PATCH] ENT-1762 doc around jarDirs (#3094) * ENT-1762 doc around jarDirs --- docs/source/corda-configuration-file.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index c28c30a392..79d785c107 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -178,7 +178,8 @@ absolute path to the node's base directory. :jarDirs: An optional list of file system directories containing JARs to include in the classpath when launching via ``corda.jar`` only. Each should be a string. Only the JARs in the directories are added, not the directories themselves. This is useful - for including JDBC drivers and the like. e.g. ``jarDirs = [ 'lib' ]`` + for including JDBC drivers and the like. e.g. ``jarDirs = [ '${baseDirectory}/lib' ]`` (Note that you have to use the ``baseDirectory`` + substitution value when pointing to a relative path) :sshd: If provided, node will start internal SSH server which will provide a management shell. It uses the same credentials and permissions as RPC subsystem. It has one required parameter.