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

Can CFadmin run over IIS instead of the internal web server?

New Here ,
Jul 29, 2022 Jul 29, 2022

The latest DOD STIG for CF is for version 11, but I have to used even if its just in spirit.  It calls for the internal tomcat webserver to be disabled.

 

I could be wrong but it seems that even though I've configure all the IIS websites to run with CF, the admin pages are still being served by the internal webserver by default, yes? Is there a way to serve the admin pages over IIS so I can disable the internal web server?

 

Thanks.

277
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

Adobe Employee , Jul 29, 2022 Jul 29, 2022

Please follow below steps for accessing Coldfusion Admin page through IIS

 

1. Add a Virtual Directory CFIDE which will point to \ColdFusion2018\cfusion\wwwroot\CFIDE\

RaviShankarChagnur_0-1659123161377.pngexpand image

2. Navigate  to connector folder \ColdFusion2018\config\wsconfig\magic folder. Take the backup of uriworkermap.properties file and then open it and uncomment the CFIDE. So the mapping looks something like this after uncommenting it.

RaviShankarChagnur_1-1659123199902.pngexpand image

3 Restart IIS and you can access Admin through IIS

Translate
Adobe Employee ,
Jul 29, 2022 Jul 29, 2022

Please follow below steps for accessing Coldfusion Admin page through IIS

 

1. Add a Virtual Directory CFIDE which will point to \ColdFusion2018\cfusion\wwwroot\CFIDE\

RaviShankarChagnur_0-1659123161377.pngexpand image

2. Navigate  to connector folder \ColdFusion2018\config\wsconfig\magic folder. Take the backup of uriworkermap.properties file and then open it and uncomment the CFIDE. So the mapping looks something like this after uncommenting it.

RaviShankarChagnur_1-1659123199902.pngexpand image

3 Restart IIS and you can access Admin through IIS

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
New Here ,
Jul 29, 2022 Jul 29, 2022
LATEST

Thank you very much!!

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