commandBox Lucee root

I need create a file with name password.txt under lucee root after I start a coldBox app, But I can not find the Lucee server directory

what is the Lucee root path in windows 10? Thanks

Even easier, use dotenv and cfconfig to set a default admin password for this and all future servers.

propertyFile set ~/.box.env cfconfig_adminPassword Password123!
install commandbox-cfconfig
install commandbox-dotenv
1 Like