Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
You can map a path to components in each instance application.cfc. this.mapping["/components"] = "C:\ColdFusion9\wwwroot\sitename\components\"; for example.
^_^