Changing ROOT

I am running Lucee with tomcat on linux (RHL)
I want to make myhost.com:8888/ go to my apps root directory which is NOT
under the installed ROOT. I have changed in the server.xm and I have
added a Host.xml file under the proper folder in Catalina. None of them
work. myhost.com:8888/ still goes to the Lucee default page.
I have been at this for 2 days and not finding a lot of info out there. Do
I need to copy WEB-INF under the folder that is my app’s home?
Can anyone help me?
Thanks

your Host element in server.xml should be something like this:

<Context path="" docBase="C:/Path/To/SiteName" />

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/On 4/27/2015 8:44 PM, Margaret Phillips wrote:

I am running Lucee with tomcat on linux (RHL)
I want to make myhost.com:8888/ go to my apps root directory which is
NOT under the installed ROOT. I have changed in the server.xm
and I have added a Host.xml file under the proper folder in Catalina.
None of them work. myhost.com:8888/ still goes to the Lucee default page.
I have been at this for 2 days and not finding a lot of info out
there. Do I need to copy WEB-INF under the folder that is my app’s home?
Can anyone help me?
Thanks

You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+unsubscribe@googlegroups.com
mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com
mailto:lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/3529066a-9559-4af2-ac78-2bee5145e5d8%40googlegroups.com
https://groups.google.com/d/msgid/lucee/3529066a-9559-4af2-ac78-2bee5145e5d8%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.

Thanks, that worked I had a typo.On Monday, April 27, 2015 at 11:44:34 PM UTC-4, Margaret Phillips wrote:

I am running Lucee with tomcat on linux (RHL)
I want to make myhost.com:8888/ go to my apps root directory which is NOT
under the installed ROOT. I have changed in the server.xm and I have
added a Host.xml file under the proper folder in Catalina. None of them
work. myhost.com:8888/ still goes to the Lucee default page.
I have been at this for 2 days and not finding a lot of info out there. Do
I need to copy WEB-INF under the folder that is my app’s home?
Can anyone help me?
Thanks