• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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