• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

ColdFusion Mappings

D

dndco

Guest
My ColdFusion mappings are not working.

I am assuming this is being caused by Plesk as that is the only difference between my development server and my live server (which we are migrating to).

I have checked and rechecked the mapping on the Plesk machine. It matches the development machine. Everything else is fine.

Any idea what might be causing this? Do I need the Plesk ColdFusion Administrator to define mappings for Plesk?

Thanks.
 
Solved

I was able to resolve this.

On the non-Plesk server CFCs were invoked using;

application_name.cfc_folder.cfc_file

While that does not match the CF mapping exactly (due to the presence of the application name in the cfinvoke) the application did work flawlessly on two different servers without Plesk.

I removed application_name from cfinvoke and VOILA! it is working on the server with Plesk.

Hope this helps someone sometime.
 
Back
Top