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

IIS won't serve CF Admin v2021

Community Beginner ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

I have to run CF Admin through IIS instead of the built in TomCat.  I've turned TomCat off in the server.xml file.  I've created a separate site with a single test index.cfm in the root.  I've added the 3 virtual directories: cfscripts, cfide, jakarta.  I've verified that the index.cfm in the root comes up in the browser.

 

However, /cfide/administrator/index.cfm results in a blank response.  FailedReqLogFile says "The system cannot find the file specified".  No CF errors were caught.

 

It seems like a permissioning issue, but I've ensured that that all the physical directories that the virtual directories point to have the same permissions as the root folder.

 

What am I missing?  Any help would be much appreciated.

Views

138

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

correct answers 1 Correct answer

Adobe Employee , Aug 24, 2022 Aug 24, 2022

Hi @jeffw43645657 

 

You need to uncomment the mapping for CFIDE in uriworkersmap.properties.

 

/*.sws = cfusion
/*.jsp = cfusion
/*.hbmxml = cfusion
!/CFIDE/* = cfusion

it should be like this - /CFIDE/* = cfusion

Restart IIS after saving the change and then access CF Admin from IIS.

 

Votes

Translate

Translate
Adobe Employee ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

Hi @jeffw43645657 

 

You need to uncomment the mapping for CFIDE in uriworkersmap.properties.

 

/*.sws = cfusion
/*.jsp = cfusion
/*.hbmxml = cfusion
!/CFIDE/* = cfusion

it should be like this - /CFIDE/* = cfusion

Restart IIS after saving the change and then access CF Admin from IIS.

 

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
Community Beginner ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

Thank you.  That did it.

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
Community Beginner ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

is there a way to allow access to the cf admin through only 1 site?  At the moment, cf admin comes up over all sites.

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 ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

LATEST

Yes, you can create a new website for accessing CF Admin and from all the production sites, you can add a Deny Sequence URL in Request Filtering in IIS for /CFIDE

 

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