• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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