Lucee

Hi,

We installed Lucee on our dev server and changed the web root from default
to point to our domains folder. All works fine through localhost on the dev
server but how do we get it to work via live url. We’ve turned off
ColdFusion but Lucee doesn’t serve the sites over the live \URL. Is there
some IIS setting or something? This must be a simple fix which I’m unable
to find.

TY,

Ian.

Have you added your live domain in the hosts section of
tomcat/conf/server.xml and restarted Lucee?
e.g.

On 8 March 2016 at 11:32, Ian O'Sullivan <@Ian_O_Sullivan> wrote: > We installed Lucee on our dev server and changed the web root from default > to point to our domains folder. All works fine through localhost on the dev > server but how do we get it to work via live url. We've turned off > ColdFusion but Lucee doesn't serve the sites over the live \URL. Is there > some IIS setting or something? This must be a simple fix which I'm unable to > find.

Hey thanks Julian,

So I just added this to my server.xml;



( Does it look correct? )
and I restarted the Lucee service.

So when I go to the live URL http://app.locosoftware.ie/lucee/ian_test/ I
should see Lucee server however I still see CF server. Do I need to switch
off CF? I was hoping to have all both running side by side during testing.
Is it at all possible?

Also I’ve lookin in IIS > Handler Mappings and all seems to be correct
there.

Thanks for the help.

Ian.On Tuesday, 8 March 2016 11:52:42 UTC, Julian Halliwell wrote:

Have you added your live domain in the hosts section of
tomcat/conf/server.xml and restarted Lucee?
e.g.

On 8 March 2016 at 11:32, Ian O’Sullivan <ian.os...@gmail.com <javascript:>> wrote:

We installed Lucee on our dev server and changed the web root from
default
to point to our domains folder. All works fine through localhost on the
dev
server but how do we get it to work via live url. We’ve turned off
ColdFusion but Lucee doesn’t serve the sites over the live \URL. Is
there
some IIS setting or something? This must be a simple fix which I’m
unable to
find.

Thanks a million Julian.

I got it working after some tweaking. Mainly my CF handlers were named
differently. I also had to remove the global handler (with an odd name) as
follows;

Ta for the assistance.

Ian.On 9 March 2016 at 12:20, Julian Halliwell <@Julian_Halliwell> wrote:

On 9 March 2016 at 11:00, Ian O’Sullivan <@Ian_O_Sullivan> wrote:

So I just added this to my server.xml;



( Does it look correct? )

No the host name should just be the domain name, without “/lucee”. If
your app’s root is in a sub-folder then add that as the context path:

So when I go to the live URL http://app.locosoftware.ie/lucee/ian_test/
I
should see Lucee server however I still see CF server. Do I need to
switch
off CF? I was hoping to have all both running side by side during
testing.
Is it at all possible?

You can run both together by manually editing the handlers your
web.config. Here are some notes I wrote for Railo but which still
apply to Lucee:

http://cfsimplicity.com/82/installing-railo-on-iis-alongside-coldfusion-9


Love Lucee? Become a supporter and be part of the Lucee project today! -
http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to a topic in the
Google Groups “Lucee” group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/lucee/9JwFQaOwwaM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAC_5VopHxgJiU-S4MTjkj2oOeGpFPVJcpv42Me_Ap0qyQ2VYjQ%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.

So I just added this to my server.xml;



( Does it look correct? )

No the host name should just be the domain name, without “/lucee”. If
your app’s root is in a sub-folder then add that as the context path:

So when I go to the live URL http://app.locosoftware.ie/lucee/ian_test/ I
should see Lucee server however I still see CF server. Do I need to switch
off CF? I was hoping to have all both running side by side during testing.
Is it at all possible?

You can run both together by manually editing the handlers your
web.config. Here are some notes I wrote for Railo but which still
apply to Lucee:

http://cfsimplicity.com/82/installing-railo-on-iis-alongside-coldfusion-9On 9 March 2016 at 11:00, Ian O’Sullivan <@Ian_O_Sullivan> wrote: