Using UNC Paths in a driver.properties File

To use UNC paths to specify a hostname or directory within a driver.properties file, you must change all backslashes (\) to forward slashes (/) in the path.

For example, to change the log directory to the UNC path \\homer\service1-dir, change the following line:

DSLogDir=./ds-data

to this:

DSLogDir=//homer/service1-dir