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

Installing ColdFusion 9, IIS6

New Here ,
May 22, 2011 May 22, 2011

Hello,

I have a trouble in installing ColdFusion 9 on Window 2003 server where IIS 6 is running.
2 other sites which were written in PHP are running on the same server.
And, I want to install ColdFusion and make my site written in ColdFusion run sharing this IIS 6.
When I tried to open CFIDE/Administrator/index.cfm after installation,  it never opened. Yes, something is definitely wrong, but I don't know  where.
I put the web-pages into D:\myroot\mysite.
What did I wrong during the installation?
Any advices would be appreciated.
Thank you!

1.8K
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 ,
May 22, 2011 May 22, 2011

Have you Googled for "coldfusion 9 iis6"? It's all there. And on here, about a thousand times.

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 ,
May 22, 2011 May 22, 2011

Hello,

Some more detail would help.

When CFIDE/Administrator/index.cfm never opened did you get a

404 - File or directory not found or something else?

Do CF services start in SERVICES.MSC?

Windows logs EVENTVWR.MSC show anything CF related?

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 ,
May 24, 2011 May 24, 2011

Thank you for the reply!

No, nothing happened. CFIDE/Administrator/index.cfm looks like infinitely trying to load.No error message.

Windows logs have some informtion about coldfusion 9 application server.

ColdFusion has been installed in C:\ColdFusion9

And, there are 3 sites running in D directory

D:\Site1

D:\Site2

D:\MySite\MySite <-this is the site I want to run using ColdFusion.

What could be wrong in the process of 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
Guide ,
May 24, 2011 May 24, 2011

Greetings,

Run CF9\runtime\bin\wsconfig.exe

Is there a configured web server?
The configured web server is IIS?
Press Add button any messages error?


Still curious in SERVICES.MSC is ColdFusion Application service running or started?

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 ,
May 25, 2011 May 25, 2011

Thanks so much for your kind reply.

Yes, configured web-server is IIS.

No error occurred when Add button was clicked.

I can see ColdFusion Application service is started.

What could be wrong....?

Thanks again.

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 ,
May 25, 2011 May 25, 2011

Good Day,

Bit tricky with no error.

What to do? Make two files one HTM one CFM in the webroot (D:\MySite\MySite\) with hello in the content. Browse to the file http://whatever/hello.htm and http://whatever/hello.cfm. Does "hello" display in the browser for both HTM and CFM files?

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 ,
May 27, 2011 May 27, 2011

Thank you so much for the kind instructions!

Yes, both are working, but can't open administrator/index.cfm page

I have to configure stuff through that page, but don't know what I shall do.

Thanks again.

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 ,
May 30, 2011 May 30, 2011
LATEST

Hi,

Perhaps move hello.cfm to CFIDE, then http://whatever/cfide/hello.cfm does that work? Move to CFIDE\administrator, then http://whatever/cfide/administrator/hello.cfm that work?

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
Resources