RE: CF10 and IIS 7.5
Those are the connectors. I forgot about jakarta as not using cf10, but the web config tool never created the cfide either, so I suspect it may not create hakarta. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Dec 21, 2012 5:59 PM, "Chad Gray" wrote: > > Ya adding the Jakarta virtual folder fixed it. > > Is the CF web server configuration tool supposed to make these virtual > folders in IIS? Because mine does not. It makes these folders when I run > it, but does not make virtual folders in IIS. > > C:\ColdFusion10\config\wsconfig\1 > C:\ColdFusion10\config\wsconfig\2 > C:\ColdFusion10\config\wsconfig\3 > > > -Original Message- > From: Chad Gray [mailto:cg...@careyweb.com] > Sent: Friday, December 21, 2012 12:41 PM > To: cf-talk > Subject: RE: CF10 and IIS 7.5 > > > I think it is the Jakarta and CFIDE virtual folders... I forgot about > those. > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353602 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS 7.5
Ya adding the Jakarta virtual folder fixed it. Is the CF web server configuration tool supposed to make these virtual folders in IIS? Because mine does not. It makes these folders when I run it, but does not make virtual folders in IIS. C:\ColdFusion10\config\wsconfig\1 C:\ColdFusion10\config\wsconfig\2 C:\ColdFusion10\config\wsconfig\3 -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Friday, December 21, 2012 12:41 PM To: cf-talk Subject: RE: CF10 and IIS 7.5 I think it is the Jakarta and CFIDE virtual folders... I forgot about those. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353601 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS 7.5
I think it is the Jakarta and CFIDE virtual folders... I forgot about those. -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Friday, December 21, 2012 12:38 PM To: cf-talk Subject: RE: CF10 and IIS 7.5 The folders are inheriting the same permissions as the root. It is a virtual machine so I am thinking about wiping it out and starting over. I understand more about the whole process now and I probably threw some switch I should not have. Hmm I just noticed something else. Only index.cfm files are running on the root of the website. http://Site.dev/test.cfm --> i get a 404 http://Site.dev/index.cfm --> works -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, December 21, 2012 12:26 PM To: cf-talk Subject: Re: CF10 and IIS 7.5 check that the sub folder doesn't have different permissions. If you copied it from elsewhere then it may have been copied with permissions intact. If you feel like giving me access then I could take a look for you. On Fri, Dec 21, 2012 at 5:21 PM, Chad Gray wrote: > > Thank for the feedback Russ. I am just a little frustrated. > > This is a new website in IIS. I started from scratch now that I > understand the changes in 7.5. This document helped me go from IIS > 5/6 to 7. > > http://www.iis.net/learn/get-started/planning-for-security/understandi > ng-built-in-user-and-group-accounts-in-iis > > This new website is just a plane old setup. The SYSTEM group has full > permissions. I also have IIS_IUSRS and IUSR with read/write. > > Any ideas on how to debug why I am getting a 404 on subfolders for CFM > files only? I don't see anything in the IIS log files or CF log files. > > I will give the server a reboot for luck. :) > > Thanks, > Chad > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Friday, December 21, 2012 12:10 PM > To: cf-talk > Subject: Re: CF10 and IIS 7.5 > > > to be clear these issues are nothing to do with ColdFusion, these are > problems on your server. ColdFusion has no control at all over server > permissions. > I would suggest to just start from scratch, create a new site in IIS, > put a test.cfm file in and make sure it works. > If it does, copy over the other site. > If you are just creating a site in the normal way with no custom > permissions or authentication then all you need is the folder where > you are storing your sites needs to have IIS_IUSRS with Read, list > and execute permissions. > And if you are running a vanilla CF install, then the SYSTEM account > needs FULL access on that folder as well. > Just take a look at the c:\inetpub\wwwroot folder, these are the > permissions to copy. > > > > On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray wrote: > > > > > OK I figured out my permissions stuff from yesterday. > > > > > > > > Here is a new one. > > > > > > > > CFM files that are in subfolders of a web site I get an IIS 404 error. > > > > > > > > http://Site.dev/test.cfm --> Works great > > > > > > > > http://Site.dev/subfolder/test.cfm --> i get a 404 > > > > > > > > http://Site.dev/subfolder/test.html --> works great > > > > > > > > CF use to be so easy to setup on IIS 5/6 now it is a complete pain > > in the butt! > > > > > > > > Any ideas? > > > > > > > > Thanks! > > > > Chad > > > > > > > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353600 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS 7.5
The folders are inheriting the same permissions as the root. It is a virtual machine so I am thinking about wiping it out and starting over. I understand more about the whole process now and I probably threw some switch I should not have. Hmm I just noticed something else. Only index.cfm files are running on the root of the website. http://Site.dev/test.cfm --> i get a 404 http://Site.dev/index.cfm --> works -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, December 21, 2012 12:26 PM To: cf-talk Subject: Re: CF10 and IIS 7.5 check that the sub folder doesn't have different permissions. If you copied it from elsewhere then it may have been copied with permissions intact. If you feel like giving me access then I could take a look for you. On Fri, Dec 21, 2012 at 5:21 PM, Chad Gray wrote: > > Thank for the feedback Russ. I am just a little frustrated. > > This is a new website in IIS. I started from scratch now that I > understand the changes in 7.5. This document helped me go from IIS > 5/6 to 7. > > http://www.iis.net/learn/get-started/planning-for-security/understandi > ng-built-in-user-and-group-accounts-in-iis > > This new website is just a plane old setup. The SYSTEM group has full > permissions. I also have IIS_IUSRS and IUSR with read/write. > > Any ideas on how to debug why I am getting a 404 on subfolders for CFM > files only? I don't see anything in the IIS log files or CF log files. > > I will give the server a reboot for luck. :) > > Thanks, > Chad > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Friday, December 21, 2012 12:10 PM > To: cf-talk > Subject: Re: CF10 and IIS 7.5 > > > to be clear these issues are nothing to do with ColdFusion, these are > problems on your server. ColdFusion has no control at all over server > permissions. > I would suggest to just start from scratch, create a new site in IIS, > put a test.cfm file in and make sure it works. > If it does, copy over the other site. > If you are just creating a site in the normal way with no custom > permissions or authentication then all you need is the folder where > you are storing your sites needs to have IIS_IUSRS with Read, list > and execute permissions. > And if you are running a vanilla CF install, then the SYSTEM account > needs FULL access on that folder as well. > Just take a look at the c:\inetpub\wwwroot folder, these are the > permissions to copy. > > > > On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray wrote: > > > > > OK I figured out my permissions stuff from yesterday. > > > > > > > > Here is a new one. > > > > > > > > CFM files that are in subfolders of a web site I get an IIS 404 error. > > > > > > > > http://Site.dev/test.cfm --> Works great > > > > > > > > http://Site.dev/subfolder/test.cfm --> i get a 404 > > > > > > > > http://Site.dev/subfolder/test.html --> works great > > > > > > > > CF use to be so easy to setup on IIS 5/6 now it is a complete pain > > in the butt! > > > > > > > > Any ideas? > > > > > > > > Thanks! > > > > Chad > > > > > > > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353599 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS 7.5
check that the sub folder doesn't have different permissions. If you copied it from elsewhere then it may have been copied with permissions intact. If you feel like giving me access then I could take a look for you. On Fri, Dec 21, 2012 at 5:21 PM, Chad Gray wrote: > > Thank for the feedback Russ. I am just a little frustrated. > > This is a new website in IIS. I started from scratch now that I > understand the changes in 7.5. This document helped me go from IIS 5/6 to > 7. > > http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis > > This new website is just a plane old setup. The SYSTEM group has full > permissions. I also have IIS_IUSRS and IUSR with read/write. > > Any ideas on how to debug why I am getting a 404 on subfolders for CFM > files only? I don't see anything in the IIS log files or CF log files. > > I will give the server a reboot for luck. :) > > Thanks, > Chad > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Friday, December 21, 2012 12:10 PM > To: cf-talk > Subject: Re: CF10 and IIS 7.5 > > > to be clear these issues are nothing to do with ColdFusion, these are > problems on your server. ColdFusion has no control at all over server > permissions. > I would suggest to just start from scratch, create a new site in IIS, put > a test.cfm file in and make sure it works. > If it does, copy over the other site. > If you are just creating a site in the normal way with no custom > permissions or authentication then all you need is the folder where you are > storing your sites needs to have IIS_IUSRS with Read, list and execute > permissions. > And if you are running a vanilla CF install, then the SYSTEM account needs > FULL access on that folder as well. > Just take a look at the c:\inetpub\wwwroot folder, these are the > permissions to copy. > > > > On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray wrote: > > > > > OK I figured out my permissions stuff from yesterday. > > > > > > > > Here is a new one. > > > > > > > > CFM files that are in subfolders of a web site I get an IIS 404 error. > > > > > > > > http://Site.dev/test.cfm --> Works great > > > > > > > > http://Site.dev/subfolder/test.cfm --> i get a 404 > > > > > > > > http://Site.dev/subfolder/test.html --> works great > > > > > > > > CF use to be so easy to setup on IIS 5/6 now it is a complete pain in > > the butt! > > > > > > > > Any ideas? > > > > > > > > Thanks! > > > > Chad > > > > > > > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353598 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS 7.5
Thank for the feedback Russ. I am just a little frustrated. This is a new website in IIS. I started from scratch now that I understand the changes in 7.5. This document helped me go from IIS 5/6 to 7. http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis This new website is just a plane old setup. The SYSTEM group has full permissions. I also have IIS_IUSRS and IUSR with read/write. Any ideas on how to debug why I am getting a 404 on subfolders for CFM files only? I don't see anything in the IIS log files or CF log files. I will give the server a reboot for luck. :) Thanks, Chad -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, December 21, 2012 12:10 PM To: cf-talk Subject: Re: CF10 and IIS 7.5 to be clear these issues are nothing to do with ColdFusion, these are problems on your server. ColdFusion has no control at all over server permissions. I would suggest to just start from scratch, create a new site in IIS, put a test.cfm file in and make sure it works. If it does, copy over the other site. If you are just creating a site in the normal way with no custom permissions or authentication then all you need is the folder where you are storing your sites needs to have IIS_IUSRS with Read, list and execute permissions. And if you are running a vanilla CF install, then the SYSTEM account needs FULL access on that folder as well. Just take a look at the c:\inetpub\wwwroot folder, these are the permissions to copy. On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray wrote: > > OK I figured out my permissions stuff from yesterday. > > > > Here is a new one. > > > > CFM files that are in subfolders of a web site I get an IIS 404 error. > > > > http://Site.dev/test.cfm --> Works great > > > > http://Site.dev/subfolder/test.cfm --> i get a 404 > > > > http://Site.dev/subfolder/test.html --> works great > > > > CF use to be so easy to setup on IIS 5/6 now it is a complete pain in > the butt! > > > > Any ideas? > > > > Thanks! > > Chad > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353597 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS 7.5
to be clear these issues are nothing to do with ColdFusion, these are problems on your server. ColdFusion has no control at all over server permissions. I would suggest to just start from scratch, create a new site in IIS, put a test.cfm file in and make sure it works. If it does, copy over the other site. If you are just creating a site in the normal way with no custom permissions or authentication then all you need is the folder where you are storing your sites needs to have IIS_IUSRS with Read, list and execute permissions. And if you are running a vanilla CF install, then the SYSTEM account needs FULL access on that folder as well. Just take a look at the c:\inetpub\wwwroot folder, these are the permissions to copy. On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray wrote: > > OK I figured out my permissions stuff from yesterday. > > > > Here is a new one. > > > > CFM files that are in subfolders of a web site I get an IIS 404 error. > > > > http://Site.dev/test.cfm --> Works great > > > > http://Site.dev/subfolder/test.cfm --> i get a 404 > > > > http://Site.dev/subfolder/test.html --> works great > > > > CF use to be so easy to setup on IIS 5/6 now it is a complete pain in the > butt! > > > > Any ideas? > > > > Thanks! > > Chad > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353596 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
> How are CFM pages skipping the windows authentication? By default, CF URLs are passed by IIS to CF before IIS checks the filesystem. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353586 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
OK this is really strange. I had to add "Windows Authentication" to get the HTML files to be served. Now my CFM files are served (never asked for a login/password) The HTML files you have to enter a login and password, but they are served. How are CFM pages skipping the windows authentication? Chad -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Thursday, December 20, 2012 4:27 PM To: cf-talk Subject: RE: CF10 and IIS OK new question. IIS seems to be serving out CFM files fine. I made a second website in IIS and HTML files returns this error: 401 - Unauthorized: Access is denied due to invalid credentials. CFMs work fine, but HTML files do not? Ideas? Anonymous Authentication is enabled. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353585 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
> I made a second website in IIS and HTML files returns this error: > 401 - Unauthorized: Access is denied due to invalid credentials. > > CFMs work fine, but HTML files do not? > > Ideas? > > Anonymous Authentication is enabled. Ensure that the "Authenticated Users" group has read/execute right on the folder. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353583 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
You have permission issues on the website folder. Does the users group have read, write, execite Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Dec 20, 2012 9:27 PM, "Chad Gray" wrote: > > OK new question. IIS seems to be serving out CFM files fine. > > I made a second website in IIS and HTML files returns this error: > 401 - Unauthorized: Access is denied due to invalid credentials. > > CFMs work fine, but HTML files do not? > > Ideas? > > Anonymous Authentication is enabled. > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353582 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
The only thing I can think of, is that the IIS mime and handlers are not working globally. I can't say I have ever come across that, and to be honest the last time I server an HTML file is well over 16 years now. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri, Dec 21, 2012 at 8:26 AM, Chad Gray wrote: > > OK new question. IIS seems to be serving out CFM files fine. > > I made a second website in IIS and HTML files returns this error: > 401 - Unauthorized: Access is denied due to invalid credentials. > > CFMs work fine, but HTML files do not? > > Ideas? > > Anonymous Authentication is enabled. > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353580 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
OK new question. IIS seems to be serving out CFM files fine. I made a second website in IIS and HTML files returns this error: 401 - Unauthorized: Access is denied due to invalid credentials. CFMs work fine, but HTML files do not? Ideas? Anonymous Authentication is enabled. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353579 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
no -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri, Dec 21, 2012 at 7:13 AM, Chad Gray wrote: > > Does CF10 needs the IIS 6 Metabase? > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353571 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
It hasn't needed any II6 extensions for the installations I've done. Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Dec 20, 2012, at 2:13 PM, Chad Gray wrote: > > Does CF10 needs the IIS 6 Metabase? > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353570 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
make sure you use the web config tool to enable sites and you wont have any issues. On Fri, Jun 15, 2012 at 5:45 PM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > That was the issue I was having...yay. I have been beating my head against > the desk for about a week on this one. > > > Your ColdFusion Development Solution > > > Eric Roberts > Owner/Developer > Three Ravens Consulting > ow...@threeravensconsulting.com > http://www.threeravensconsulting.com > tel: > 630-881-1515 > > > > > > Want to always have my latest info? > Want a signature like this? > > > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Friday, June 15, 2012 11:47 AM > To: cf-talk > Subject: Re: CF10 and IIS > > > this vdir is required by tomcat so that IIS can pass the cfm requests. > Railo ha sthe same Requirement. > I thought Adobe had found a way round this like they did with JRUN. > > > On Fri, Jun 15, 2012 at 5:43 PM, Chad Gray wrote: > > > > > The one made in the default web site points here: > > C:\ColdFusion10\config\wsconfig\1 > > > > I noticed if I don't have that virtual folder the web site cannot run > > CFM pages. I had to add it to execute a CFM page. > > > > Chad > > > > > > > -Original Message- > > > From: Eric Roberts [mailto:ow...@threeravensconsulting.com] > > > Sent: Friday, June 15, 2012 12:28 PM > > > To: cf-talk > > > Subject: RE: CF10 and IIS > > > > > > > > > Where is Jakarta directory? I have been looking, but can't seem to > > find it > > > :-( > > > > > > > > > Eric Roberts > > > Owner/Developer > > > Three Ravens Consulting > > > ow...@threeravensconsulting.com > > > http://www.threeravensconsulting.com > > > tel: 630-881-1515 > > > > > > > > > > > > > > > > > > -Original Message- > > > From: Casey Dougall - Uber Website Solutions > > > [mailto:ca...@uberwebsitesolutions.com] > > > Sent: Friday, June 15, 2012 9:25 AM > > > To: cf-talk > > > Subject: Re: CF10 and IIS > > > > > > > > > On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels > > > > > > wrote: > > > > > > > thats because you haven't got the web server page yet. > > > > you first need to choose what type of installation you want, this > > > > is exaqctly the same as previous versions. > > > > > > > > > > Not exactly... It installs the same and works on all current sites > > > out of the box, but I keep needing to add that new /jakarta virtual > > > directory > > every > > > time I add a new site. But outside of that, yeah works like previous > > > versions. > > > > > > Might be a IIS micro or automation that can be done there. > > > > > > > > > > > > > > > ~~~ > > > ~~| > > > Order the Adobe Coldfusion Anthology now! > > > http://www.amazon.com/Adobe-Coldfusion- > > > Anthology/dp/1430272155/?tag=houseoffusion > > > Archive: http://www.houseoffusion.com/groups/cf- > > > talk/message.cfm/messageid:351584 > > > Subscription: > > > http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > > > Unsubscribe: http://www.houseoffusion.com/groups/cf- > > > talk/unsubscribe.cfm > > > > > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351591 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
On Fri, Jun 15, 2012 at 12:43 PM, Chad Gray wrote: > The one made in the default web site points here: > C:\ColdFusion10\config\wsconfig\1 > > I noticed if I don't have that virtual folder the web site cannot run CFM > pages. I had to add it to execute a CFM page. > > Chad > Yeah It's simple enough and everything but I though it would have been fixed in full release. I'm sure there is a way to automate this in IIS but simple enough as long as you remember LOL ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351590 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
It was strange. Without the Jakarta folder, if I hit http://test/ it would run the index.cfm file that was in there If I hit http://test/index.cfm it would say 404 file not found. Chad > -Original Message- > From: Eric Roberts [mailto:ow...@threeravensconsulting.com] > Sent: Friday, June 15, 2012 12:45 PM > To: cf-talk > Subject: RE: CF10 and IIS > > > That was the issue I was having...yay. I have been beating my head against > the desk for about a week on this one. > > > Your ColdFusion Development Solution > > > Eric Roberts > Owner/Developer > Three Ravens Consulting > ow...@threeravensconsulting.com > http://www.threeravensconsulting.com > tel: > 630-881-1515 > > > > > > Want to always have my latest info? > Want a signature like this? > > > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Friday, June 15, 2012 11:47 AM > To: cf-talk > Subject: Re: CF10 and IIS > > > this vdir is required by tomcat so that IIS can pass the cfm requests. > Railo ha sthe same Requirement. > I thought Adobe had found a way round this like they did with JRUN. > > > On Fri, Jun 15, 2012 at 5:43 PM, Chad Gray wrote: > > > > > The one made in the default web site points here: > > C:\ColdFusion10\config\wsconfig\1 > > > > I noticed if I don't have that virtual folder the web site cannot run > > CFM pages. I had to add it to execute a CFM page. > > > > Chad > > > > > > > -Original Message- > > > From: Eric Roberts [mailto:ow...@threeravensconsulting.com] > > > Sent: Friday, June 15, 2012 12:28 PM > > > To: cf-talk > > > Subject: RE: CF10 and IIS > > > > > > > > > Where is Jakarta directory? I have been looking, but can't seem to > > find it > > > :-( > > > > > > > > > Eric Roberts > > > Owner/Developer > > > Three Ravens Consulting > > > ow...@threeravensconsulting.com > > > http://www.threeravensconsulting.com > > > tel: 630-881-1515 > > > > > > > > > > > > > > > > > > -Original Message- > > > From: Casey Dougall - Uber Website Solutions > > > [mailto:ca...@uberwebsitesolutions.com] > > > Sent: Friday, June 15, 2012 9:25 AM > > > To: cf-talk > > > Subject: Re: CF10 and IIS > > > > > > > > > On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels > > > > > > wrote: > > > > > > > thats because you haven't got the web server page yet. > > > > you first need to choose what type of installation you want, this > > > > is exaqctly the same as previous versions. > > > > > > > > > > Not exactly... It installs the same and works on all current sites > > > out of the box, but I keep needing to add that new /jakarta virtual > > > directory > > every > > > time I add a new site. But outside of that, yeah works like previous > > > versions. > > > > > > Might be a IIS micro or automation that can be done there. > > > > > > > > > > > > > > > > ~~~ > > > ~~| > > > Order the Adobe Coldfusion Anthology now! > > > http://www.amazon.com/Adobe-Coldfusion- > > > Anthology/dp/1430272155/?tag=houseoffusion > > > Archive: http://www.houseoffusion.com/groups/cf- > > > talk/message.cfm/messageid:351584 > > > Subscription: > > > http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > > > Unsubscribe: http://www.houseoffusion.com/groups/cf- > > > talk/unsubscribe.cfm > > > > > > > > > > ~~~ > ~~| > Order the Adobe Coldfusion Anthology now! > http://www.amazon.com/Adobe-Coldfusion- > Anthology/dp/1430272155/?tag=houseoffusion > Archive: http://www.houseoffusion.com/groups/cf- > talk/message.cfm/messageid:351587 > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > Unsubscribe: http://www.houseoffusion.com/groups/cf- > talk/unsubscribe.cfm ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351588 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
That was the issue I was having...yay. I have been beating my head against the desk for about a week on this one. Your ColdFusion Development Solution Eric Roberts Owner/Developer Three Ravens Consulting ow...@threeravensconsulting.com http://www.threeravensconsulting.com tel: 630-881-1515 Want to always have my latest info? Want a signature like this? -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, June 15, 2012 11:47 AM To: cf-talk Subject: Re: CF10 and IIS this vdir is required by tomcat so that IIS can pass the cfm requests. Railo ha sthe same Requirement. I thought Adobe had found a way round this like they did with JRUN. On Fri, Jun 15, 2012 at 5:43 PM, Chad Gray wrote: > > The one made in the default web site points here: > C:\ColdFusion10\config\wsconfig\1 > > I noticed if I don't have that virtual folder the web site cannot run > CFM pages. I had to add it to execute a CFM page. > > Chad > > > > -Original Message- > > From: Eric Roberts [mailto:ow...@threeravensconsulting.com] > > Sent: Friday, June 15, 2012 12:28 PM > > To: cf-talk > > Subject: RE: CF10 and IIS > > > > > > Where is Jakarta directory? I have been looking, but can't seem to > find it > > :-( > > > > > > Eric Roberts > > Owner/Developer > > Three Ravens Consulting > > ow...@threeravensconsulting.com > > http://www.threeravensconsulting.com > > tel: 630-881-1515 > > > > > > > > > > > > -Original Message----- > > From: Casey Dougall - Uber Website Solutions > > [mailto:ca...@uberwebsitesolutions.com] > > Sent: Friday, June 15, 2012 9:25 AM > > To: cf-talk > > Subject: Re: CF10 and IIS > > > > > > On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels > > > > wrote: > > > > > thats because you haven't got the web server page yet. > > > you first need to choose what type of installation you want, this > > > is exaqctly the same as previous versions. > > > > > > > Not exactly... It installs the same and works on all current sites > > out of the box, but I keep needing to add that new /jakarta virtual > > directory > every > > time I add a new site. But outside of that, yeah works like previous > > versions. > > > > Might be a IIS micro or automation that can be done there. > > > > > > > > > > ~~~ > > ~~| > > Order the Adobe Coldfusion Anthology now! > > http://www.amazon.com/Adobe-Coldfusion- > > Anthology/dp/1430272155/?tag=houseoffusion > > Archive: http://www.houseoffusion.com/groups/cf- > > talk/message.cfm/messageid:351584 > > Subscription: > > http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > > Unsubscribe: http://www.houseoffusion.com/groups/cf- > > talk/unsubscribe.cfm > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351587 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
this vdir is required by tomcat so that IIS can pass the cfm requests. Railo ha sthe same Requirement. I thought Adobe had found a way round this like they did with JRUN. On Fri, Jun 15, 2012 at 5:43 PM, Chad Gray wrote: > > The one made in the default web site points here: > C:\ColdFusion10\config\wsconfig\1 > > I noticed if I don't have that virtual folder the web site cannot run CFM > pages. I had to add it to execute a CFM page. > > Chad > > > > -Original Message- > > From: Eric Roberts [mailto:ow...@threeravensconsulting.com] > > Sent: Friday, June 15, 2012 12:28 PM > > To: cf-talk > > Subject: RE: CF10 and IIS > > > > > > Where is Jakarta directory? I have been looking, but can't seem to > find it > > :-( > > > > > > Eric Roberts > > Owner/Developer > > Three Ravens Consulting > > ow...@threeravensconsulting.com > > http://www.threeravensconsulting.com > > tel: 630-881-1515 > > > > > > > > > > > > -Original Message----- > > From: Casey Dougall - Uber Website Solutions > > [mailto:ca...@uberwebsitesolutions.com] > > Sent: Friday, June 15, 2012 9:25 AM > > To: cf-talk > > Subject: Re: CF10 and IIS > > > > > > On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels > > wrote: > > > > > thats because you haven't got the web server page yet. > > > you first need to choose what type of installation you want, this is > > > exaqctly the same as previous versions. > > > > > > > Not exactly... It installs the same and works on all current sites out of > > the box, but I keep needing to add that new /jakarta virtual directory > every > > time I add a new site. But outside of that, yeah works like previous > > versions. > > > > Might be a IIS micro or automation that can be done there. > > > > > > > > > > ~~~ > > ~~| > > Order the Adobe Coldfusion Anthology now! > > http://www.amazon.com/Adobe-Coldfusion- > > Anthology/dp/1430272155/?tag=houseoffusion > > Archive: http://www.houseoffusion.com/groups/cf- > > talk/message.cfm/messageid:351584 > > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > > Unsubscribe: http://www.houseoffusion.com/groups/cf- > > talk/unsubscribe.cfm > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351586 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
The one made in the default web site points here: C:\ColdFusion10\config\wsconfig\1 I noticed if I don't have that virtual folder the web site cannot run CFM pages. I had to add it to execute a CFM page. Chad > -Original Message- > From: Eric Roberts [mailto:ow...@threeravensconsulting.com] > Sent: Friday, June 15, 2012 12:28 PM > To: cf-talk > Subject: RE: CF10 and IIS > > > Where is Jakarta directory? I have been looking, but can't seem to find it > :-( > > > Eric Roberts > Owner/Developer > Three Ravens Consulting > ow...@threeravensconsulting.com > http://www.threeravensconsulting.com > tel: 630-881-1515 > > > > > > -Original Message- > From: Casey Dougall - Uber Website Solutions > [mailto:ca...@uberwebsitesolutions.com] > Sent: Friday, June 15, 2012 9:25 AM > To: cf-talk > Subject: Re: CF10 and IIS > > > On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels > wrote: > > > thats because you haven't got the web server page yet. > > you first need to choose what type of installation you want, this is > > exaqctly the same as previous versions. > > > > Not exactly... It installs the same and works on all current sites out of > the box, but I keep needing to add that new /jakarta virtual directory every > time I add a new site. But outside of that, yeah works like previous > versions. > > Might be a IIS micro or automation that can be done there. > > > > > ~~~ > ~~| > Order the Adobe Coldfusion Anthology now! > http://www.amazon.com/Adobe-Coldfusion- > Anthology/dp/1430272155/?tag=houseoffusion > Archive: http://www.houseoffusion.com/groups/cf- > talk/message.cfm/messageid:351584 > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > Unsubscribe: http://www.houseoffusion.com/groups/cf- > talk/unsubscribe.cfm ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351585 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
Where is Jakarta directory? I have been looking, but can't seem to find it :-( Eric Roberts Owner/Developer Three Ravens Consulting ow...@threeravensconsulting.com http://www.threeravensconsulting.com tel: 630-881-1515 -Original Message- From: Casey Dougall - Uber Website Solutions [mailto:ca...@uberwebsitesolutions.com] Sent: Friday, June 15, 2012 9:25 AM To: cf-talk Subject: Re: CF10 and IIS On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels wrote: > thats because you haven't got the web server page yet. > you first need to choose what type of installation you want, this is > exaqctly the same as previous versions. > Not exactly... It installs the same and works on all current sites out of the box, but I keep needing to add that new /jakarta virtual directory every time I add a new site. But outside of that, yeah works like previous versions. Might be a IIS micro or automation that can be done there. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351584 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
You know that may have just solved an issue I have been struggling with. Thanks Casey! Eric Roberts Owner/Developer Three Ravens Consulting ow...@threeravensconsulting.com http://www.threeravensconsulting.com tel: 630-881-1515 -Original Message- From: Casey Dougall - Uber Website Solutions [mailto:ca...@uberwebsitesolutions.com] Sent: Friday, June 15, 2012 9:25 AM To: cf-talk Subject: Re: CF10 and IIS On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels wrote: > thats because you haven't got the web server page yet. > you first need to choose what type of installation you want, this is > exaqctly the same as previous versions. > Not exactly... It installs the same and works on all current sites out of the box, but I keep needing to add that new /jakarta virtual directory every time I add a new site. But outside of that, yeah works like previous versions. Might be a IIS micro or automation that can be done there. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351583 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
Is there a reason you need the new Jakarta folder? I know I need CFIDE for certain CF tags to work right. What is in the Jakarta folder? Thanks! Chad > -Original Message- > From: Casey Dougall - Uber Website Solutions > [mailto:ca...@uberwebsitesolutions.com] > Sent: Friday, June 15, 2012 10:25 AM > To: cf-talk > Subject: Re: CF10 and IIS > > > On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels > wrote: > > > thats because you haven't got the web server page yet. > > you first need to choose what type of installation you want, this is > > exaqctly the same as previous versions. > > > > Not exactly... It installs the same and works on all current sites out of the > box, but I keep needing to add that new /jakarta virtual directory every time > I add a new site. But outside of that, yeah works like previous versions. > > Might be a IIS micro or automation that can be done there. > > > ~~~ > ~~| > Order the Adobe Coldfusion Anthology now! > http://www.amazon.com/Adobe-Coldfusion- > Anthology/dp/1430272155/?tag=houseoffusion > Archive: http://www.houseoffusion.com/groups/cf- > talk/message.cfm/messageid:351579 > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > Unsubscribe: http://www.houseoffusion.com/groups/cf- > talk/unsubscribe.cfm ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351582 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
Hi Casey, that doesn't happen until AFTER you have CF installed, the install type selection screen happens during installation and is the first step before you even get to choose Apache or IIS. On Fri, Jun 15, 2012 at 3:25 PM, Casey Dougall - Uber Website Solutions < ca...@uberwebsitesolutions.com> wrote: > > On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels > wrote: > > > thats because you haven't got the web server page yet. > > you first need to choose what type of installation you want, this is > > exaqctly the same as previous versions. > > > > Not exactly... It installs the same and works on all current sites out of > the box, but I keep needing to add that new /jakarta virtual directory > every time I add a new site. But outside of that, yeah works like previous > versions. > > Might be a IIS micro or automation that can be done there. > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351581 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
Thanks Russ, I remember three options at the beginning I think that is what threw me off. The last install I did was with CF8 so maybe it was there. Now I just have to jump through some hoops with turning on ASP.NET and ISAPI extensions in Windows Features So far so good. Chad > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Friday, June 15, 2012 10:10 AM > To: cf-talk > Subject: Re: CF10 and IIS > > > thats because you haven't got the web server page yet. > you first need to choose what type of installation you want, this is exaqctly > the same as previous versions. > > On Fri, Jun 15, 2012 at 3:01 PM, Chad Gray wrote: > > > > > I have no kept up on the latest news with CF10 so please fill me in. > > > > CF10 by default does not appear to have an option of installing on IIS > > when I run the installer... ? > > > > Did they drop the IIS support all together? > > > > My options are "Self Contained Server" and "EAR or WAR file". > > > > I will start reading the documentation. > > > > Thanks! > > Chad > > > > > > > > ~~~ > ~~| > Order the Adobe Coldfusion Anthology now! > http://www.amazon.com/Adobe-Coldfusion- > Anthology/dp/1430272155/?tag=houseoffusion > Archive: http://www.houseoffusion.com/groups/cf- > talk/message.cfm/messageid:351578 > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > Unsubscribe: http://www.houseoffusion.com/groups/cf- > talk/unsubscribe.cfm ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351580 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels wrote: > thats because you haven't got the web server page yet. > you first need to choose what type of installation you want, this is > exaqctly the same as previous versions. > Not exactly... It installs the same and works on all current sites out of the box, but I keep needing to add that new /jakarta virtual directory every time I add a new site. But outside of that, yeah works like previous versions. Might be a IIS micro or automation that can be done there. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351579 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF10 and IIS
thats because you haven't got the web server page yet. you first need to choose what type of installation you want, this is exaqctly the same as previous versions. On Fri, Jun 15, 2012 at 3:01 PM, Chad Gray wrote: > > I have no kept up on the latest news with CF10 so please fill me in. > > CF10 by default does not appear to have an option of installing on IIS > when I run the installer... ? > > Did they drop the IIS support all together? > > My options are "Self Contained Server" and "EAR or WAR file". > > I will start reading the documentation. > > Thanks! > Chad > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351578 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: CF10 and IIS
OH... you get to the IIS stuff later in the installer... never mind. It has been a while since I have done this. > -Original Message- > From: Chad Gray [mailto:cg...@careyweb.com] > Sent: Friday, June 15, 2012 10:01 AM > To: cf-talk > Subject: CF10 and IIS > > > I have no kept up on the latest news with CF10 so please fill me in. > > CF10 by default does not appear to have an option of installing on IIS when I > run the installer... ? > > Did they drop the IIS support all together? > > My options are "Self Contained Server" and "EAR or WAR file". > > I will start reading the documentation. > > Thanks! > Chad > > > ~~~ > ~~| > Order the Adobe Coldfusion Anthology now! > http://www.amazon.com/Adobe-Coldfusion- > Anthology/dp/1430272155/?tag=houseoffusion > Archive: http://www.houseoffusion.com/groups/cf- > talk/message.cfm/messageid:351576 > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm > Unsubscribe: http://www.houseoffusion.com/groups/cf- > talk/unsubscribe.cfm ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351577 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm