John Liljegren
03/10/2023, 7:22 PMbdw429s
03/10/2023, 7:34 PMbdw429s
03/10/2023, 7:34 PMenv show user.dir
bdw429s
03/10/2023, 7:35 PMbdw429s
03/10/2023, 7:35 PMbdw429s
03/10/2023, 7:36 PMbdw429s
03/10/2023, 7:36 PMJohn Liljegren
03/11/2023, 8:58 PM"customTagPaths":[
{
"physical":"${user.dir}\CustomTags",
"primary":"physical",
"archive":""
}
],
bdw429s
03/11/2023, 8:59 PMbdw429s
03/11/2023, 9:00 PMbdw429s
03/11/2023, 9:01 PM${serverInfo.webroot}
which maybe helpful if customtags is inside of that folderJohn Liljegren
03/11/2023, 9:01 PMbdw429s
03/11/2023, 9:01 PMJohn Liljegren
03/11/2023, 9:01 PMbdw429s
03/11/2023, 9:01 PMbdw429s
03/11/2023, 9:02 PM"physical":"${serverInfo.webroot}../CustomTags",
that would boil down to how Lucee handles a path like /var/www/foo/../CustomTags
in the configJohn Liljegren
03/11/2023, 9:28 PM