New install EC2 linux - virtual host not picking up

Hi there, so my install appears to have gone well, running fine on 8888
I have installed apache and added a virtual host as well as one in the
tomcat server.xml, but it doesnt appear to be bing picked up, points to the
main default /ROOT tomcat site.

Amazon Linux AMI 64 bit. with apache, downloaded Lucee 4.5 with tomcat,
installation works, server and web admins are working for the ip but not
the virtual host

all CFM site files installed under default
/opt/lucee/tomcat/webapps/mynewsite

Any pointers?

Thanks

         <Context path="" 

docBase=“/opt/lucee/tomcat/webapps/mynewsite/mynewsite.com” />

         <Alias>www.mynewsite.com</Alias>

         <Alias>mynewsite.com</Alias>

    </Host>

Can t see any errors in the catalina.out log…

I should add, the httpd.conf file

<VirtualHost *:80>

ServerAdmin webmaster@dummy-host.example.com

DocumentRoot /opt/lucee/tomcat/webapps/mynewsite/mynewsite.com

ServerName www. mynewsite.com

ServerAlias mynewsite.com

On Thursday, 25 August 2016 18:26:03 UTC+1, Nick Batt wrote:

Hi there, so my install appears to have gone well, running fine on 8888
I have installed apache and added a virtual host as well as one in the
tomcat server.xml, but it doesnt appear to be bing picked up, points to the
main default /ROOT tomcat site.

Amazon Linux AMI 64 bit. with apache, downloaded Lucee 4.5 with tomcat,
installation works, server and web admins are working for the ip but not
the virtual host

all CFM site files installed under default
/opt/lucee/tomcat/webapps/mynewsite

Any pointers?

Thanks

         <Context path="" docBase="/opt/lucee/tomcat/webapps/mynewsite/

mynewsite.com" />

         <Alias>www.mynewsite.com</Alias>

         <Alias>mynewsite.com</Alias>

    </Host>

Can t see any errors in the catalina.out log…

Sorted - needed to reboot tomcat, not Lucee. Now the file structure has
been written and I’m up and running.
Pretty seamless process, reckon it would take about and hour and a half to
build a server from a vanilla EC2 Linux AMI, pull the code in from SVN and
configure.

nice work.On Thursday, 25 August 2016 18:26:03 UTC+1, Nick Batt wrote:

Hi there, so my install appears to have gone well, running fine on 8888
I have installed apache and added a virtual host as well as one in the
tomcat server.xml, but it doesnt appear to be bing picked up, points to the
main default /ROOT tomcat site.

Amazon Linux AMI 64 bit. with apache, downloaded Lucee 4.5 with tomcat,
installation works, server and web admins are working for the ip but not
the virtual host

all CFM site files installed under default
/opt/lucee/tomcat/webapps/mynewsite

Any pointers?

Thanks

         <Context path="" docBase="/opt/lucee/tomcat/webapps/mynewsite/

mynewsite.com" />

         <Alias>www.mynewsite.com</Alias>

         <Alias>mynewsite.com</Alias>

    </Host>

Can t see any errors in the catalina.out log…