Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Config Paths #1164

Open
Lverdile opened this issue Jan 24, 2023 · 0 comments
Open

Windows Config Paths #1164

Lverdile opened this issue Jan 24, 2023 · 0 comments

Comments

@Lverdile
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant