I had a lot of trouble getting a fairly complicated site to function with CF11 on Windows 2012 (I'm moving from CF8 on Windows 2003). After several days I noticed update 1; once I applied that, I was able to get beyond the 404
Now I'm trying to add a second site and I'm back to the 404s. I can access the main page with a domain name by not specifying index.cfm.
http://www.mydomain.com:80/jakarta/isapi_redirect.dll
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler ISAPI-dll
Error Code 0x80070002
Requested URL http://www.mydomai.com:80/jakarta/isapi_redirect.dll
Physical Path C:\ColdFusion11\config\wsconfig\1\isapi_redirect.dll
Logon Method Anonymous
Logon User Anonymous
The Configuration Wizard
Created a folder 1 in cfroot\config\wsconfig, that contains all connector-related files. |
Created a virtual directory Jakarta in cfroot\config\wsconfig (in IIS). |
Added an entry, tomcat, under the ISAPI FILTERS. This points to cfroot\config\wsconfig |
\1\isapi_redirect.dll.
Added an entry, tomcat, to cfroot\config\wsconfig\1\isapi_redirect.dll with permission allowed under ISAPI and CGI Restrictions. It is applicable for global sites in IIS manager (I see the tomcat entry in IIS.ISAPI FILTERS.. not sure where ISAPI and CGI Restrictions are.) |
Added the following isapi handlers: cfcHandler, cfmHandler, cfmlHandler, cfrHandler, and |
cfswfHandler.
Makes me think I have to uninstall and reinstall CF 11, set up all the sites, run the connector wizard, then apply the update. That can't be true can it?
On this server, I'm serving pages off of C:\inetpub\wwwroot (a simpler setup than what I'd prefer which would be to serve off D:\inetpub\wwwroot so that the C drive is less accessible to web access)
Any ideas would be welcome.