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

Getting 404 error when running coldfusion application. I'm using IIS server.

New Here ,
Jul 01, 2023 Jul 01, 2023

Copy link to clipboard

Copied

Hi,

 

I'm getting 404 error when running the coldfusion application. I'm having a simple coldfusion project with just one file(index.cfm) inside it. I'm using VS code along with CF Builder extension. For the web server I'm using IIS. 

 

Please find attached is the error page below:

Vishnu22410012h6s8_0-1688211331924.png

Here is my project structure in VS code:

Vishnu22410012h6s8_1-1688211388243.png

And an image of my IIS:

Vishnu22410012h6s8_2-1688211478898.png

Please help. I'm very new to coldfusion. Thanks.

 

 

Views

365

Translate

Translate

Report

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
Community Expert ,
Jul 01, 2023 Jul 01, 2023

Copy link to clipboard

Copied

There are a few common reasons why this might happen. I can't tell from your included screenshots. The first reason is that the IIS connector isn't working correctly. Did you install it? What happens if you go to http://localhost:8500/index.cfm instead? That's the standard port for the built-in web server that comes with ColdFusion.

 

Dave Watts, Eidolon LLC 

Dave Watts, Eidolon LLC

Votes

Translate

Translate

Report

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
New Here ,
Jul 01, 2023 Jul 01, 2023

Copy link to clipboard

Copied

I'm not sure if i have a  IIS connector. Can you tell me how to check if there is connector installed? Also Could you please help me with the steps to download and install IIS connector? And when I open the url http://localhost:8500/index.cfm I see this , 

Vishnu22410012h6s8_0-1688219780242.png

 

Votes

Translate

Translate

Report

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
Adobe Employee ,
Jul 11, 2023 Jul 11, 2023

Copy link to clipboard

Copied

LATEST

Hi @Vishnu22410012h6s8 


One way is always to launch the wsconfig utlity. Go to \ColdFusion2021\cfusion\runtime\bin and Rght click on wsconfig.exe and run as administrator. Check if there are any entries. If not, then there is no connector. You can click on Add and create the connector with the listed sites.

Other way is to check the ColdFusion2021\config\wsconfig folder and verify if there is any folder like "1", "2" etc and check the folder content. 

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

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
Documentation