if you have a global xml file outside of the main ...
# box-products
m
if you have a global xml file outside of the main root, how would you configure commandbox to ensure that it references that file ?
t
generaly paths in server.json are relative to the file
🙏 1
do you have anymore detail you can share?
m
I think youve anserwed it thanks @thisOldDave 🙏
so we have a file called global.xml which is outside of the application root. We are using Fusebox. Ive no idea why they have put it outside the root - this file just has some config and variable settings n it which is used by the application in the root
b
I don't think this is a CommandBox question
If your framework it accessing it via CFML, it's going to work like any other CF server
Create a mapping or use ../ with expandPath() to reference it