In case anyone else is having this issue in order to change the webroot of lucee express you need to add a <Context>
tag under the <Host>
tag in the conf/server.xml file.
It would look something like this: <Context path="" docBase="/Path/to/new/webroot">
That should do the trick
1 Like