-
1. Re: CF 9 admin page reults in 404 after installation
Shane McMurray May 15, 2014 9:13 PM (in response to userCold9)Mike,
You probably found a something like this already. just make sure you have all the IIS settings setup like the links below.. then check to make sure that isapi extensions are enabled in the handler mappings section of the main IIS server config, not just the website.
then try running the web server configuration tool as administrator... right click the link in the programs menu and click run as administrator. remove any current mappings and re-do them. I've found that I had to do it for each IIS web site. I typically will add all my IIS web sites, then use the configurator to map each one individually.
-
2. Re: CF 9 admin page reults in 404 after installation
Anit Kumar Panda May 16, 2014 5:58 AM (in response to Shane McMurray)Hi Mike,
It seems like, that you configured the connector during installation. The CFIDE folder is now within your webroot. Can you check if the CF admin url says http://ip/CFIDE/Administratot/index.cfm (default port 80) or http://ip:8500/CFIDE/Administratot/index.cfm (internal port 8500).
Regards,
Anit Kumar
-
3. Re: CF 9 admin page reults in 404 after installation
userCold9 May 17, 2014 8:05 PM (in response to Shane McMurray)Hi,
I have the isapi extensions enabled and the handler mappings section of the main IIS server config, not just the website.
The web.config file has the cfm and cfc in the file.
The Admin pages will not appear.receiving a 404 error.
Is there some other area to look at?
Mike
-
4. Re: CF 9 admin page reults in 404 after installation
Anit Kumar Panda May 18, 2014 4:34 AM (in response to userCold9)Can you confirm, if the CF admin url says http://ip/CFIDE/Administratot/index.cfm (default port 80) or http://ip:8500/CFIDE/Administratot/index.cfm (internal port 8500).
Where is the CFIDE folder- Is it within the webroot or ColdFusion root?
Regards,
Anit Kumar
-
5. Re: CF 9 admin page reults in 404 after installation
userCold9 May 18, 2014 5:09 PM (in response to Anit Kumar Panda)The URL is http://127.0.0.1/CFIDE/administrator/index.cfm
I am trying to match the install in the development server to look like the production server in order at some time to perform an upgrade to Cold Fusion 10.
The production environment had the admin page location on the D drive in a directory called CFADMIN.
Does the Admin page require to be under the inetpub on the C drive?
-
6. Re: CF 9 admin page reults in 404 after installation
Anit Kumar Panda May 18, 2014 8:18 PM (in response to userCold9)In that case, can you make sure that your CFIDE folder is inside your webroot. Or if it is at a different location, (say D drive in your case), then there should be a virtual mapping created inside your webroot, pointing to your CFIDE folder location.
Hope that helps
Regards,
Anit Kumar
-
7. Re: CF 9 admin page reults in 404 after installation
userCold9 May 19, 2014 4:05 AM (in response to Anit Kumar Panda)Hi,
How is a virtual mapping created inside the webroot pointing to the CFIDE folder location?
Thanks,
Mike
-
8. Re: CF 9 admin page reults in 404 after installation
Anit Kumar Panda May 20, 2014 2:12 PM (in response to userCold9)The CFIDE virtual mapping gets added during the installation, if internal server was chosen during the installation. The virtual directory points to C:\ColdFusion9\wwwroot\CFIDE. Where as the CFIDE is placed within the webroot, if the internal server is selected during installation.
What is the scenario, in your case?
Regards,
Anit Kumar
-
9. Re: CF 9 admin page reults in 404 after installation
userCold9 May 20, 2014 6:50 PM (in response to Anit Kumar Panda)Hi,
The solution was to install the Multiple server option and the administration page came up. The option Single Server option has issues
Thanks for everyone's help.
Thanks,
Mike


