我在我的系统上安装了Coldfusion 8试用版(XP Professional sp3)。我在“C:/Coldfusion8 8/wwwroot”中创建了一个名为“buildProject”的文件夹,其中包含一个Index.cfm和其他一些.cfm文件。
但是,我无法访问我的项目文件或CFIDE/Administrator。
我尝试了以下URLS
http://localhost:8500/wwwroot/buildProject/
http://localhost:8500/CFIDE/administrator/index.cfm
http:// 127.0.0.1:8500/wwwroot/buildProject/
http:// 127.0.0.1:8500/CFIDE/administrator/index.cfm
http://localhost /wwwroot/buildProject/index.cfm
http://localhost /CFIDE/administrator/index.cfm
http://localhost /wwwroot/buildProject/
http://localhost /CFIDE/administrator/index.cfmFirefox无法在127.0.0.1:8500建立到服务器的连接。
·我清除了IE和FF中的“历史”浏览。·在“控制面板”>“管理工具”>“服务”中重新启动CF服务器。甚至重新启动IIS
同样的错误。
此外,我试图通过CFbuilder访问IE/FF,但仍然收到错误:“当试图联系URL时,连接被拒绝。”我的inetpub在D河中,因为CF8在C驱动器中,当我检查IIS-5控制面板>管理工具>服务时,我在网站或FTP站点下找不到本地主机。请帮我修理一下。
发布于 2010-11-25 13:16:19
如果安装在内置的web服务器上,则可以在
http://localhost:8500/buildProject/index.cfm如果您选择IIS作为您的web服务器,它将位于
http://localhost/buildProject/index.cfm假设您在默认端口80上运行IIS
https://serverfault.com/questions/179590
复制相似问题