Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion 10 install on Windows server 2008 R2

New Here ,
Jul 09, 2012 Jul 09, 2012

I have CF 10 installed on a Windows 2008 server but can't open any .cfm files including the CF Administrator.  It prompts to download the file instead of opening it in the browser.  I successful ran CF version 9 before installing version 10.  Any ideas?

3.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 09, 2012 Jul 09, 2012

Sounds like you need to run the web server configuration tool to enable CF on the IIS installation.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 09, 2012 Jul 09, 2012

Thanks for the reply. It looks to already be configured. Am I missing something?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jul 09, 2012 Jul 09, 2012

Does CF10 web server configuration tool say this?

Capture.JPG

Do HTM HTML web pages work ok?

Perhaps start CF10 from CMD prompt (as administrator):
Stop CF10 application service from SERVICES.MSC
CMD
CD \ColdFusion10\cfusion\bin
cfstat.bat

Any error or warnings?

HTH, Carl.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 09, 2012 Jul 09, 2012

Thanks for the reply. Yes and yes.

Connected by DROID on Verizon Wireless

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jul 09, 2012 Jul 09, 2012

For lack of a better idea and since your CFM pages are down I guess try the DOS CMD prompt to see if there is an error or some debug information that can be followed up.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 10, 2012 Jul 10, 2012

Hi mikeh30276,

Is CF9 still installed?  Also, if a C:\inetpub\wwwroot\web.config file exists, could you rename (disable) it to 'web_config', then restart IIS and try launching CF Admin again?

Thanks,

-Aaron

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 10, 2012 Jul 10, 2012
LATEST

Thanks for the help. The web.config file was the culprit.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources