One web context for multiple IIS sites?

Migrating from CF2016 to Lucee on Windows 2012 R2. Have already completed migration and deployed a few servers that just have one site. The latest server has 4 sites. When I setup a host in tomcat’s server.xml for each site it results in a web context for each. For simplicity we would prefer one web context for all of the sites. Is there a way to accomplish that?

Lucee 6 will support using a single context, you can achieve this with Lucee 5 if they all use the same webroot.

Rather than messing with server.xml, you can automate the whole process with mod_cfml - Homepage

1 Like

Thanks for the info.