Getting Started with Lucee - Newbie

I have a new VPS install of Lucee on Ubuntu Linux. My past experience is with CF server and then Railo but it’s been quite awhile since I’ve done any development so it’s like starting all over again. I have been able to create a new virtual server (using VirtualMin) and added a virtual host (/home/mysite/public_html) in the server.xml file in /opt/lucee/tomcat/conf and then restarted Lucee. Trying to view the site and I’m seeing the Apache2 Ubuntu Default Page in my browser. Other than adding the virtual host in server.xml, are there other config settings I need to add for Apache to get the site to display properly?

In VirtualMin (or directly in your Apache config) you need to set your default document to index.cfm.

Hope this helps!