Rajeev Kumar
04/02/2025, 8:37 AMquetwo
04/02/2025, 12:25 PMRajeev Kumar
04/02/2025, 12:31 PMApplication.cfm
in both the development and local environments, and the application file was located in the root directory.
It seems I now need to configure the path and switch to using Application.cfc
for proper REST service functionality.
However, I'm a bit confused, as both my local and development environments are running ColdFusion 2021, yet it appears that only the development environment requires Application.cfc
. This may be due to a recent patch update or a specific configuration difference between the environments.
Would appreciate any insights on why this discrepancy exists between the two environments, despite both using the same version of ColdFusion.quetwo
04/02/2025, 12:37 PMBK BK
04/07/2025, 2:23 PMthis.restSettings.enabled=true
enables REST and this.restSettings.cfcLocation
defines the directory containing REST CFCs.