Skip to main content
Inspiring
January 27, 2009
Answered

Unable to Locate Code

  • January 27, 2009
  • 2 replies
  • 584 views
I have just started with Cold Fusion MX (6.0), using IIS 5.1 on Win XP. I write the code using CFECLIPSE.

I thought I had everything configured correctly, but when I go to my browser to test the "Hello world!" application, it tells me that the code cannot be found.

My IE Explorer address is http://localhost:8500/ows/4/hello.cfm

The message is that it cannot find "/ows/4/hello.cfm"

I am developing in C:\Inetpub\wwwroot\ows\4\hello.cfm.

What did I not set up correctly?



This topic has been closed for replies.
Correct answer sockerdad
Duh - wipe the egg off my face.

I turned on debugging and read through the itty-bitty print and at the found out that my translated source library name was C:\CFusionMX\wwwroot\ows\4\hello.cfm.


2 replies

sockerdadAuthor
Inspiring
January 27, 2009
sockerdadAuthorCorrect answer
Inspiring
January 27, 2009
Duh - wipe the egg off my face.

I turned on debugging and read through the itty-bitty print and at the found out that my translated source library name was C:\CFusionMX\wwwroot\ows\4\hello.cfm.