I put this together almost immediately after CF9 was released but even before then I had some people contact me to ask how CF9 runs on both Windows 7 and Windows server 2008.
Answer?
It works fine on both.
If you have ever tried to install ColdFusion 7/8 on Windows Vista after Service pack 1, Windows 7 or Windows server 2008 with IIS at one stage you have undoubtedly come across this:
"HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration.
If the page is a script, ad a handler. If the files should be downloaded, add a MIME map."

Well with CF9 and Windows Server 2008 your going to get the same issue. It's actually an easy fix and almost identical to the Windows 7 / Vista solution just visually a little different here is a walk through of the installation. Note this is CF9 64 bit on Windows Server 2008 64bit and just in case you missed it 64bit is now available in ColdFusion standard:
High Quality video click here.
BTW this will also work for CF8.
Oh and if your trying to run CF9 32 bit on Windows server 2008 64bit again don't forget 64 bit is part of standard.
Subscribe to:
Post Comments (Atom)
Categories-
- Actionscript (5)
- Adobe (8)
- AIR (3)
- Apple (2)
- BlackBerry (1)
- CFML (59)
- ColdFusion (84)
- ColdFusion 8 (12)
- ColdFusion 9 (28)
- Database (2)
- Flash (11)
- Flash 10 (6)
- FlashBuilder (4)
- Flex (31)
- Internet Explorer (1)
- iPhone (4)
- Java (8)
- jQuery (1)
- Linux (8)
- Microsoft (5)
- Open Blue Dragon (10)
- Open Source (11)
- Operating Systems (3)
- PHP (1)
- Railo (24)
- SQL (3)
- SVN (2)
- Twitter (2)
- VPS (1)
- Windows (5)

Blog Archive
-
►
2010
(38)
-
►
August
(9)
- ColdFusion and cfquerynew and date times - timesta...
- ColdFusion Lists, SQL IN and cfqueryparam
- iPhone and Flash - Sucess
- ColdFusion jrun and the JVM
- ColdFusion and CFReport
- jQuery or EXTjs
- iPhone 3Gs and Flash player
- Easy way to embed ColdFusion code into your blog
- Flex and the MATE framework in Melbourne
-
►
August
(9)
-
▼
2009
(89)
-
►
December
(17)
- ColdFusion 9 and the local scope continued
- Is this an issue with the local scope in ColdFusio...
- Are you using ColdFusion 9's ORM?
- Want more performance from a default Railo install...
- WizzyWig the comic and snow
- Linux Start and Stop scripts for Ventrilo - Ubuntu...
- ColdFusion Builder Beta 3 - Any one seen this?
- Streaming AMF channel with ColdFusion 9 and BlazeD...
- Forwarding or masking your domain with GoDaddy
- Cheap ColdFusion hosting
- Should I get an iPhone?
- Full Screen Flex
-
►
December
(17)
Reccomended:
- TweetTrail
- Load Cell
- MyTouch Cases
- View Prom Hairstyles
- Cell Phone Accessories
- business operating agreement
- learn how to recycle electronics



15 comments:
Thanks very much for an informative post. I have been through pretty much the exact same process and have been running into some curious problems. I have load tested our app and found that the performance under CF9 64 bit standard is somehow being choked, and does not compare to the same load test under CF8 32 bit standard (all our existing servers are CF8 std, Win Server 2003, IIS 6... our brand new server is our first foray into the 64 bit world). One glaring symptom is that according to our metrics, the "Busy Threads" appear to be capped at 25 (+ 1 or 2). In graphing the results, it's clear that we're hitting a hard limit (not like we hit 25 busy threads only occasionally). We also saw the same behavior during our peak loads. Have you heard of anyone else experiencing similar problems? Once again, thank you for your post.
I have also heard of this. Open
jrun_iis6_wildcard.ini
and uncomment "maxworkerthreads" and set it to a value higher then 25 and it should perform much better.
Currently my production CF9 server is on linux with apache so I have no real world experience with this but a load test tool should show results pretty quickly.
Paul! You're a genius. Thanks so much for that tip. I'm now flying along with 51 busy threads under load testing. I'm sure there's more tuning to do, but at least I'm over that hump.
I scoured the web for someone else who had this problem and knew what to do. I spent hours on the phone with adobe support. I'm no IIS Guru (which is part of the problem), but I would think there would be others out there like me, who would struggle with finding this setting. The default CF9 installation specifies 50 simultaneous template threads, and yet hidden away is this 25 worker thread limit! I'll give some feedback to my contacts at adobe support. Thanks again for your post and your response.
This isn't quite the issue I've been having, but close. I'm trying to install CF9 on W2k8 64bit, and am getting a 500.0 internal server error. I've tried everything including a virgin install, uninstall, reinstall, re-run the wsconfig tool.
I followed the steps in your video exactly and still nada. At least with W2k3 the server errors would get logged to the eventlog .. but theres nothin there.. I'm pretty much out of ideas.
Any suggestions would be appreciated!
Are you installing the 64bit version of CF9 or 32bit?
64 bit
Ryan, you might want to check the settings of the application pool that you are pointing to (for a virgin install, it is probably the Default Application Pool). In IIS 7, Click on application pools in the main tree, select the appropriate application pool from the list, and click "Advanced Settings". If you have the "Enable 32-bit applications" set to "true", try setting it to "False". This might cure the 500 internal server error.
@Roger. Thanks I have heard of this before but I'm not sure why you might want to change this option if the Operating system and the version of ColdFusion is 64bit?
@Paul. Yes you would think that enabling 32 bit applications would not interfere with a system that was all 64-bit. But this is just something I observed when I was going through all my installations and reinstallations trying to solve my original problem with the busy threads. I was getting those same 500 internal server errors, and setting "Enable 32-bit applications" to "false" seemed to fix it. Not the most scientific explanation, I know, but I figure it's worth a try for Ryan.
Thanks - this was a very big help sorting my problem on Windows 7 with Coldfusion 9
Hey Paul. Nice post. I have 64-bit CF9 installed and running happily on Windows Server Web 2007 with IIS 7.
I have enable 32-bit applications set to False in the application pool. Here's the thing. I need Coldfusion to access a 32-bit DLL now. Is this possible? Can 64-bit CF touch 32 bit DLL's?
I think my problem is that when I change the 32-bit applications setting to true, I get an error message.
HTTP Error 500.0 - Internal Server Error
Module IsapiModule
Notification ExecuteRequestHandler
Handler AboMapperCustom-66628
Error Code 0x800700c1
Any ideas here? Thanks in advance for any knowledge you might share with me.
No I have never tried to do that? Are you invoking a .NET dll? I'd you want you can email the dll to me and I can try? Kukielp at gmail.com
Windows Server 2008 is one of Microsoft Windows' server line of operating systems.I have load tested our app and found that the performance under CF9 64 bit standard is somehow being choked.
For more information then click here.
David, there is a couple of ways to bridge 64 bit to COM 32 bit, but they require external java libs.
One project is jacob, just google it "com java bridge 64 32 bit"
Life saver!!! Thanks very much, Paul!
Post a Comment