Set multiple folders in Path of -Dconf.dir VM options Tomcat
Answered
Hi,
I would like to set multiple folder in -Dconf.dir variable in VM options of Tomcat.

In eclipse I do like this :
-Dconf.dir="C:\pathToFolder1\|C:\pathToFolder2|"
I try many possibilities with double pipes, braces, and more but no one works to take the 2 folders.
Thanks for your help
Please sign in to leave a comment.
Hi.
Does it work if you use ^ as an escape symbol for pipe on Windows?
"path1^|path2"?