Skip to main content
basoy1988
Participant
January 15, 2015
Question

Install Coldfusion 11 on IIS 7 and see error 404.0 when I try to run servlet

  • January 15, 2015
  • 1 reply
  • 628 views

I install Coldfusion 11 on IIS 7 and see error 404.0 when try to run servlet from "index.cfm". I added:

    .class in folder C:\ColdFusion11\wwwroot\WEB-INF\classes,

    servlets configuration in C:\ColdFusion11\wwwroot\WEB-INF\web.xml,

    .jar in C:\ColdFusion11\wwwroot\WEB-INF\lib,

    "index.cfm" in C:\inetpub\wwwroot,

Servlets are java classes. "index.cfm" is run, because it located in IIS home folder(C:\inetpub\wwwroot) and when I try to go to servlet from "index.cfm" i see error 404.0. Before I work on Coldfusion 9 and it's work perfectly, but I will need to use websockets and Coldfusion 9 not support its. In Coldfusion 9, when I install it, I check "Configure web server for Coldfusion 9 applications" if see "Error 404" and it's solve problem. In 11 version I not see checkbox "Configure web server for Coldfusion 11 applications". Maybe in this is my problem. Please help!

This topic has been closed for replies.

1 reply

vishu_13
Inspiring
January 16, 2015

share the web.xml as the same is working for me in CF 9 and CF 11

basoy1988
basoy1988Author
Participant
January 16, 2015

Where this web.xml is locate?