Re: CF10 on Win7

2012-09-06 Thread Russ Michaels
well my experience is as a hosting provider, and as such I have installed CF on dozens and dozens of servers over the years and deal with it on a daily basis, so I can say with 100% certainty that using wsconfig is absolutely not required to enable CF on new sites. Hosting control panels for exa

Re: CF10 on Win7

2012-09-06 Thread Carl Von Stetten
Russ, My experience with Windows 7/Windows Server 2008 R2 and ColdFusion 9 Standard Edition has been that when a new site is added in IIS, **none** of the ColdFusion connectivity works without some intervention (and I'm not just talking about the CFIDE vdir). The only thing that has consiste

Re: CF10 on Win7

2012-09-05 Thread Russ Michaels
You do not actually NEED to use the WSCONFIG for new sites if you have CF9 enabled at root level then using the wsconfig tool will do nothing more than create the CFIDE vDir, which you can do manually in a few seconds. just open the IIS manager, right click on your site and choose "create new virt

Re: CF10 on Win7

2012-09-05 Thread Matt Quackenbush
+1 On Wed, Sep 5, 2012 at 5:16 PM, Carl Von Stetten wrote: > > Russ, > > True, as I said, the underpinnings between CF9 and CF10 are different. > But the issue of having to re-run the connector tool to add ColdFusion > functionality to new IIS web sites is common to both (even if what the > conn

Re: CF10 on Win7

2012-09-05 Thread Carl Von Stetten
Russ, True, as I said, the underpinnings between CF9 and CF10 are different. But the issue of having to re-run the connector tool to add ColdFusion functionality to new IIS web sites is common to both (even if what the connector tool is doing "under the covers" is different between the versi

Re: CF10 on Win7

2012-09-05 Thread Russ Michaels
coldfusion 9 did not have this issue as CF9 runs on tomcat and only needs handlers, no jakarta vdir. The only vdir required is CFIDE which is required for scripts and such, bit not for cfml to work in general. To avoid the Jakarta vdir requirement, you could try this http://tomcatiis.riaforge.org

Re: CF10 on Win7

2012-09-05 Thread Carl Von Stetten
Chad, Yes, new websites added to IIS after running the connector tool do not automatically receive all of the necessary "hooks" to properly handle ColdFusion files. You have two options when re-running the connector tool: 1. Remove the "all web sites" connection and then re-add it. This may

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
on Stetten [mailto:vonner.li...@vonner.net] Sent: Wednesday, September 05, 2012 4:50 PM To: cf-talk Subject: Re: CF10 on Win7 Chad, Every IIS host that serves ColdFusion content needs the jakarta virtual directory. It sounds like you didn't rerun the web connector tool after you created

Re: CF10 on Win7

2012-09-05 Thread Carl Von Stetten
> -Original Message- > From: Chad Gray [mailto:cg...@careyweb.com] > Sent: Wednesday, September 05, 2012 3:49 PM > To: cf-talk > Subject: RE: CF10 on Win7 > > > Nope... nothing fancy here. Just a index.cfm with "Hello World" no > application.

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
? Thanks, Chad -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Wednesday, September 05, 2012 4:33 PM To: cf-talk Subject: RE: CF10 on Win7 This is kind of interesting. If I type a real missing html file like http://foo/missingFile.html I get this in the 404

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Wednesday, September 05, 2012 3:49 PM To: cf-talk Subject: RE: CF10 on Win7 Nope... nothing fancy here. Just a index.cfm with "Hello World" no application.cfm or application.cfc. -Original Message- From: Brian Thornton

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
Nope... nothing fancy here. Just a index.cfm with "Hello World" no application.cfm or application.cfc. -Original Message- From: Brian Thornton [mailto:br...@cfdeveloper.com] Sent: Wednesday, September 05, 2012 3:42 PM To: cf-talk Subject: Re: CF10 on Win7 Do you

Re: CF10 on Win7

2012-09-05 Thread Brian Thornton
Do you have a url rewriter installed by chance? On Sep 5, 2012 3:40 PM, "Chad Gray" wrote: > > OK I got CF10 64bit running in IIS on Windows 7 on the default website. > CF admin is working great etc. > > > > I created a new website in IIS and it runs the index.cfm file just fine if > I don't ty

CF10 on Win7

2012-09-05 Thread Chad Gray
OK I got CF10 64bit running in IIS on Windows 7 on the default website. CF admin is working great etc. I created a new website in IIS and it runs the index.cfm file just fine if I don't type it into the URL. http://foo/ If I type index.cfm into the URL I get a 404. http://foo/in