Skip to main content
Participant
December 22, 2016
Question

ColdFusion 2016 - How to move the CFIDE folder to different Drive, Change the WWWROOT

  • December 22, 2016
  • 1 reply
  • 1815 views

I have 2 questions

I am upgrading a server from ColdFusionMX to ColdFusion2016, Installed ColdFusion2016 in C:, to mimic the settings in old environment

1. I need set move wwwroot folder with CFIDE in to E:InetPub folder

2. Set the E:\InetPub\WWWROOT as  application root instead of default C:

    This topic has been closed for replies.

    1 reply

    Carl Von Stetten
    Legend
    December 23, 2016

    Are you using a web server such as IIS in front of ColdFusion?  If so, what you want to do is fairly easy.  If you are using the built-in web server, not sure it's entirely doable.

    Participant
    December 23, 2016

    Yes, ColdFusion on IIS 8 . Can you help me with any link to instructions.

    Carl Von Stetten
    Legend
    December 30, 2016

    Create a new "site" in IIS, pointing to E:\InetPub\wwwroot (or whatever folder you want to use).  Then run the ColdFusion Web Server Configuration Tool to connect ColdFusion to your new web site in IIS.  This should add the CFIDE folder as a virtual directory to your web server.

    I highly recommend following the ColdFusion 2016 lockdown guide.  It covers these topics as well as many things that should be set to harden your server against intrusion/attack.