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

Is ColdFusion 2021 Developer Edition using Apache?

Community Beginner ,
Apr 06, 2021 Apr 06, 2021

I've installed ColdFusion 2021 developer edition on a Windows machine.  I accepted the defaults when installing.  Did this install Apache for the web host or IIS or something else?  

360
Translate
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

correct answers 1 Correct answer

Guide , Apr 06, 2021 Apr 06, 2021

Hello Malcom,

 

CF2021 would have installed tomcat as a web server connector. If port 8500 was available it would use that for tomcat HTTP web server to run CFadmin on. Suggest use Windows tools to install IIS then use CF WSCONFIG to connect CF to IIS.

 

This might help https://helpx.adobe.com/coldfusion/user-guide.html/coldfusion/installing/configuring-your-system.ug.html see chapter “Configuring IIS in Windows”

 

Hope that helps, Carl.

Translate
Guide ,
Apr 06, 2021 Apr 06, 2021
LATEST

Hello Malcom,

 

CF2021 would have installed tomcat as a web server connector. If port 8500 was available it would use that for tomcat HTTP web server to run CFadmin on. Suggest use Windows tools to install IIS then use CF WSCONFIG to connect CF to IIS.

 

This might help https://helpx.adobe.com/coldfusion/user-guide.html/coldfusion/installing/configuring-your-system.ug.... see chapter “Configuring IIS in Windows”

 

Hope that helps, Carl.

Translate
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