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

Where are the settings located to set the path for CFC Components in CF9?

New Here ,
Apr 23, 2013 Apr 23, 2013

I have 2 coldfusion 9.0.1 instances running as separate windows services and they are some how cross referenced to one another. I need to fix this and I know it is just a matter of repairing a setting somewhere that is not readily available in the CFAdmin page and does not appear to be in any of the files located under the instances CFIDE and WEB-INF directories. Any help would be highly appreciated.

275
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
LEGEND ,
Apr 23, 2013 Apr 23, 2013
LATEST

You can map a path to components in each instance application.cfc.  this.mapping["/components"] = "C:\ColdFusion9\wwwroot\sitename\components\"; for example.

^_^

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