Hi Guys I wasn't really sure where to post this q...
# box-products
c
Hi Guys I wasn't really sure where to post this question, as it bridges CommandBox and StandAlone Talking about _cf-config_: https://www.forgebox.io/view/commandbox-cfconfig It says:
You must use CommandBox to use this project, but the servers themselves don't need to have been started by CommandBox.
Does this mean, I can use the CommandBox CLI to add settings into a Lucee standalone server? We would like to use this paradigm on our production Lucee server? Would we do something like this:
Copy code
cfconfig import from=myConfig.json to=/path/to/server/install/home toFormat=luceeServer@5.3.10.97
On Windows, do you know what the Lucee server home system path would be? Maybe: C:\lucee\tomcat\lucee-server\context\lucee-server.xml
m
Yeah, we use cfconfig for non commandbox servers. you just point it to the lucee-server and lucee-web folders
👍 1
c
Awesome. Thanks for the confirmation 🙏
Path to the
lucee-server
folder containing the
/context/lucee-server.xml
file. An example would be:
Copy code
C:/lucee/tomcat/lucee-server/

cfconfig export from=C:/lucee/tomcat/lucee-server/ to=myconfig.json
👍 1