Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
Have you Googled for "coldfusion 9 iis6"? It's all there. And on here, about a thousand times.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.