我的目录结构
c:\inetpub\webroot\{project_A}\cfcs\lib
c:\inetpub\webroot\{project_A}\sub_folder\
配置文件 - c:\inetpub\environment_config\{Project_A_XML}
[sub_folder / Application.cfc]中的子文件夹组件目录映射 - <cfset this.mappings["/com"] = "#environment_config_xml.rootProjectDir#com/cfc/lib/" />
在environment_config_xml中,保存项目的绝对根路径。 application.cfc读取environment_config_xml并获取应用程序范围内的所有环境变量。
在子文件夹ERROR中创建对象时:
Could not find the ColdFusion component or interface com.Utils.
Ensure that the name is correct and that the component or interface exists.