Adding sub-sites on Windows 2012 R2 w/ IIS

I have Mura installed and running on Windows 2012 R2 server with
Railo/Tomcat.

The default install/setup was pretty simple but now I’m trying to add sites
and it isn’t working.

Each new site I add in Mura defaults to the Railo Welcome page (index.cfm).
I have IIS pointing the URL to the appropriate site folder in Mura and it
still resolves to Railo index.cfm - not the Mura index.cfm.

What am I missing?

Firstly, upgrade to Lucee :wink:

Secondly, you need to point all Mura sites to the root folder of the Mura
Instance and Mura takes care of it from there, you don’t point them at the
site folder inside the Mura instance.

Kind regards,

Andrew
about.me http://about.me/andrew_dixon - mso http://www.mso.net - Lucee
Association Member http://lucee.orgOn 11 April 2016 at 17:36, Alan Contino <@Alan_Contino> wrote:

I have Mura installed and running on Windows 2012 R2 server with
Railo/Tomcat.

The default install/setup was pretty simple but now I’m trying to add
sites and it isn’t working.

Each new site I add in Mura defaults to the Railo Welcome page
(index.cfm). I have IIS pointing the URL to the appropriate site folder
in Mura and it still resolves to Railo index.cfm - not the Mura index.cfm.

What am I missing?


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 the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, 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/3ba4cd7c-c923-487f-8dc3-ee4d3aacbe99%40googlegroups.com
https://groups.google.com/d/msgid/lucee/3ba4cd7c-c923-487f-8dc3-ee4d3aacbe99%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

Okay - so I already had the Alias setup in the server.xml file, however,
the directory path was set to the default local host - /wwwroot/

I changed the doc base path to the parent site directory from wwwroot/ to
wwwroot/deliriumnetworks.net/ And this seem to fix it.

When Railo/Tomcat is installed, the default settings in server.xml have the
doc base set as the root. This configuration note should be added to the
documentation.

If I upgrade to Lucee, will the mod_cfml negate any changes needed in the
server.xml file??