Customizing Coldbox Lucee Server Directory

Hi,

Running on Ubuntu Linux and I’m trying to figure out how to customize the path of the Lucee Server config. It looks like it defaults to /home/user/.Commandbox directory which is undesirable especially when trying to automate the creation of the Lucee Server and Web Admin password. Using the below command doesn’t seem to work and I’m getting a Forbidden error when trying to browse the site:

server start host=0.0.0.0 port=8282 BlockCFAdmin=false webConfigDir=/opt/webapps/Lucee/web serverConfigDir=/opt/webapps/Lucee/server serverHomeDirectory=/opt/webapps/Lucee -CommandBox_home=/opt/webapps/Commandbox --rewritesEnable

I need to be able to customize the location of /lucee-server/context/ directory. How would I go about doing that?

Thanks