I wonder if anyone can help. I’ve just installed Lucee 6 for the first time and although the WEB_INF/lucee directory has appeared in docBase, there are no directories in it. I think the directories might be in /opt/lucee/tomcat/lucee-server/context instead. This seems to be different from when I’ve installed Lucee 5 in the past. Here is my docBase setup in server.xml:
Host name=“localhost” appBase=“webapps”
Context path=“” docBase=“/home/dir” />
OS: ubuntu 20.04
Java Version: 11.0.22
Tomcat Version: 9.0.86
Lucee Version: Lucee 6.0.1.83
Thanks