docs icon indicating copy to clipboard operation
docs copied to clipboard

Windows Config Paths

Open Lverdile opened this issue 3 years ago • 0 comments

Describe the bug

There's no example of how to write the paths under Windows. If we need to customize a path for a log inside the frameworks.properties we can see the following in the file (it uses slashes instead of back ones):

framework.logs.dir=C:/apache-tomcat-9.0.50/webapps/rundeck3317/var/logs

Once you realized that it's simple, but what when you need to specify a shared folder:

\\192.168.1.123\sharefolder 

things change a bit, in this case, we need to use escape characters, so the correct way would be:

\\\\192.168.1.123\\sharefolder

Simple but it's not documented, WynnHam is requesting this to be added to the docs.

Source page

https://docs.rundeck.com/docs/administration/cluster/logstore/#shared-file-system

Lverdile avatar Jan 24 '23 22:01 Lverdile