-
1. Re: Trouble installing CF10 / IIS7
Greg Luce Dec 28, 2012 9:44 AM (in response to Greg Luce)Oh, I forgot to mention In IIS I created a site named "greg", physical path "C:\inetpub\wwwroot\greg" IP address "All Unassigned" Port 80, Host name: "greg.mydomain.com".
It seems like it's probably something simple why IIS will process the default document if it's a cfm but not if it's called by name.
-
2. Re: Trouble installing CF10 / IIS7
BKBK Dec 28, 2012 9:45 AM (in response to Greg Luce)I think you should add index.cfm to the list of 'default documents' in IIS.
-
3. Re: Trouble installing CF10 / IIS7
Greg Luce Dec 28, 2012 10:39 AM (in response to BKBK)Thanks for the reply, but I believe Coldfusion installer does that for you. index.cfm is in the list of default documents at the top. And like I said when I do NOT specify the filename like "greg.mydomain.com" it resolves the index.cfm fine. It's only when I DO specify a filename like "greg.mydomain.com/index.cfm" that I get the 404 error.
Also if I use the default site like localhost/greg I get the index.cfm fine, but when I do localhost/greg/index.cfm I actually get a coldfusion error "file not found". So it sorta seems like some sort of base href sort of behavior.
-
4. Re: Trouble installing CF10 / IIS7
BKBK Dec 28, 2012 11:22 AM (in response to Greg Luce)OK. A similar problem was discussed in this thread on IIS 7.5. What I gather from there is that someone solved the problem by mapping a virtual directory named "jakarta" to {CFUSION INSTALLATION}\config\wsconfig\{instance_id}, where the instance ID is an integer like 1, or 2, etc.
-
5. Re: Trouble installing CF10 / IIS7
Greg Luce Dec 28, 2012 1:47 PM (in response to BKBK)Holy crap, thanks! That did it. I guess I just have to create this VD every time I create a site. Wow! I was embarrassed of Coldfusion's installer all throught he CF9 era. Still embarrassed.
-
6. Re: Trouble installing CF10 / IIS7
BKBK Dec 29, 2012 12:13 AM (in response to Greg Luce)Glad to hear! Please kindly mark the question as answered. I say this with modesty. There is something bigger at stake. As you can imagine, a solution like this one will certainly help someone else to in future. Let's then make it easier to find. Thanks.