简体   繁体   中英

How to get Coldfusion 10 to work with IIS 10 in Windows 10

Windows 10 comes with IIS 10, and ColdFusion 10 doesn't seem to like it. ColdFusion 10 installs fine, but when it comes time to create connectors (either during installation or by using the tool at C:\\ColdFusion10\\cfusion\\runtime\\bin\\wsconfig.exe ), it fails. The error message I get is that it doesn't support IIS 10.

在此处输入图片说明

This connector is required to set up the CFIDE and jakarta virtual folders in IIS.

Any way around this?

An already deleted blog post from blogs.coldfusion.com ( http://blogs.coldfusion.com/post.cfm/configuring-connectors-manually-for-iis-10 ) once stated the following

With Windows 10 out, there is a problem that most of the ColdFusion customers will face, configuring connectors for IIS 10. Wsconfig, the connector configuration tool, only supports till IIS 8.x. While the ColdFusion team is working on this issue and will try to provide the fix for it as soon as possible, there is already a KB article which can be referred for configuring the connectors manually. Although the article was originally written for CF10, it can be used for CF11 also. After following all the steps in the article, you need to do one more thing. Add index.cfm as default document for your website in IIS.

This solution is only recommended for development environments as through testing of the connectors with IIS 10 is still going on. So for production machines, you should wait for the actual release from Adobe.

UPDATE

Important update: Note that ColdFusion 10 and 11 have been updated to support Windows 10 , a couple months after this blog post was first written. Consider applying that update rather than this manual configuration.

If you are running Windows 10 Pro, you also have the option of running a Virtual Machine in the included Hyper-V offering. Instructions on how to enable Hyper-V are found here: http://blogs.technet.com/b/canitpro/archive/2014/10/02/step-by-step-creating-and-running-a-windows-10-vm-on-windows-8-1.aspx

Simply spin up a version of Windows required.

apply latest hotfix for cf 11 hotfix_019.jar. that will fix the issue above

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM