Skip to main content
Participant
August 6, 2013
Question

The site getting 404 error

  • August 6, 2013
  • 1 reply
  • 495 views

I just install coldfusion 10. I can get to the CF admin , but as soon as I start going to the site I am getting 404 error message. When I type localhost:8500/ I am dgetting the directory listing , but when I type localhost:8500/demo getting 404 error.

Please advice

This topic has been closed for replies.

1 reply

Priyank Shrivastava.
Community Manager
Community Manager
August 6, 2013

Hi,

First, we need some information. As per the info that you provided shows that you enables internal port of CF 10 which is 8500 and you can get the Admin to work.

Where is your site, are you running it through IIS or is it in ColdFusion webroot?

Thanks,

Priyank

Thanks, Priyank Shrivastava
ertsomikAuthor
Participant
August 6, 2013

it is in coldfusion webroot. I also enabled this

<Context

                    path="/"

                    docBase="C:\ColdFusion10\cfusion\wwwroot"

                    WorkDir="C:\ColdFusion10\cfusion\runtime\conf\Catalina\localhost\tmp"

                    >

          </Context>

ertsomikAuthor
Participant
August 6, 2013

Is anybody have any other suggestions