ColdFusion 10 Developer, Tomcat 7.0.64, and multiple websites ColdFusion 10 Developer, Tomcat 7.0.64, and multiple websites apache apache

ColdFusion 10 Developer, Tomcat 7.0.64, and multiple websites


I ended up installing Lucee and Tomcat as a bundle, and then found information on how to configure tomcat for multiple hosts. the answer (in addition to making sure Mac's native apache and tomcat were connected) was for each entry to appear as follows (note no VALVE entry - not permitted or needed):

<Host name="www-demo-dev"  appBase="webapps" unpackWARs="true" autoDeploy="true">    <Context path="" docBase="/Users/me/sites/www-demo-dev/www" />    <Alias>www-demoalias-dev.10.10.10.10.xip.io</Alias></Host>     

There's a lot that goes into getting Mac native apache + tomcat + lucee installed!