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

Checking Installation was OK

Explorer ,
Apr 22, 2008 Apr 22, 2008
I've recently installed cold fusion 8 developer edition. When I open ColdFusion Launcher the 'Stop ColdFusion 8' and 'Start ColdFusion 8' buttons seem to be working but when I click 'Webserver Connector Utility' it just says 'Run Webserver Configuration Utility' after prompting for a password. I've tried typing in different passwords and it always says the same thing, giving me no indication or weather the password is correct or not.

Incase it matters, im using dreamweaver CS3 and I'm trying to trying to get ColdFusion to work with zen cart.
Thanks
TOPICS
Getting started
337
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
Advocate ,
Apr 22, 2008 Apr 22, 2008
If this page works:

http://localhost:8500/CFIDE/administrator/index.cfm

Then your install was successful.

The Web Server Config utility. Unless you have specifically install another web server, like IIS or Apcahe, you won;t need to run that. When you installed, you probably specified to use the Built-in web server for development.

You should also be able to go to C:\ColdFusion8\wwwroot and create a file called index.cfm and put in the following code:

<cfdump var="#server#" />

And then go to

http://localhost:8500

and get output.
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 ,
Apr 22, 2008 Apr 22, 2008
LATEST
Thanks a lot, ive got it sorted.
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