Charles Robertson
02/03/2023, 11:23 AMYou 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:
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.xmlMark Drew (he/him)
02/03/2023, 11:28 AMCharles Robertson
02/03/2023, 11:30 AMbdw429s
02/03/2023, 7:19 PMbdw429s
02/03/2023, 7:20 PMlucee-server
folder containing the /context/lucee-server.xml
file. An example would be:
C:/lucee/tomcat/lucee-server/
cfconfig export from=C:/lucee/tomcat/lucee-server/ to=myconfig.json