Skip to main content
Participating Frequently
December 18, 2013
Question

What file contains mappings for Coldfusion 9? (CF Administrator not working)

  • December 18, 2013
  • 1 reply
  • 850 views

After uninstalling a failed CF10 installation, we reverted to CF9 which is working fine except for the CF Administrator.  My first guess is mappings.  But of course I can't check the mapping because CF Administrator is not working.

Where do I find the mappings so I can check, and perhaps modify them?

Thanks!

    This topic has been closed for replies.

    1 reply

    vishu_13
    Inspiring
    December 18, 2013

    Hi Chris,

    You did not mention the Web Server that you are using? If you are on Windows Server 2003 and WebServer is IIS6 then make a right click on Server name or Site name in the left panel of IIS, click on Properties > Home Directory > Configuration and you will find the *.cfc, *.cfm, *.cfml etc for CodlFusion along with the path of the ColdFusion's version connector.

    If you are on IIS 7/7.5, then make a right click on Server name/Site name in the left panel of IIS and on the right panel (in the Feature settings) click on Handler mappings. Just double click on any CodlFusion handler like , *.cfm and you will get the executable like C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll (if it is a CF 10 connector)

    Is it only CF administrator that you are not able to login? What happens if you try to open any .cfm?

    HTH

    Thanks

    VJ

    Participating Frequently
    December 18, 2013

    We are using Windows Server 2008 R2 Enterprise and IIS 7.5

    We checked the handler mappings and they all appeared to be there and matched our dev server, which did work.

    Index.cfm pages worked, so long as they were explicitly in the url, so acme.com/aboutacme/index.cfm worked fine, but acme.com/aboutacme/ wouldn't.

    Now that we went back to CF9, as far as we can tell it all works as before, we just get a '500 - internal server error' when trying to access administrator.

    That's why I'm wondering if it's mappings got messed up in the upgrade/uninstall process.  But I can't check without administrator, or at least I don't know where to look to check without administrator.

    Chris

    vishu_13
    Inspiring
    December 18, 2013

    add index.cfm in the default document at the top in IIS. Then you will be able to access acme.com/aboutacme/ from ColdFusion 10.

    Thanks,

    VJ