Server Settings > Mappings
Configure mappings in ColdFusion Administrator
Mappings are aliases ColdFusion uses to reference specific folders. You can use mappings within your ColdFusion application code.
Mapping Characteristics
ColdFusion mappings are internal to ColdFusion and operate differently from web server virtual directory mappings. They are particularly useful for CFCs and code that should be accessed exclusively through ColdFusion code. Mappings can also reference files located outside the webroot, providing additional flexibility for code organization.
Mapping Configuration
Mappings can be configured in the ColdFusion Administrator, and you can enable per-application settings if needed. During installation, ColdFusion automatically creates two mappings: CFIDE and gateway. These automatic mappings are essential for ColdFusion's operation and should not be changed or removed.