Skip to main content
vv576482
Participant
April 29, 2019
Question

ColudFusion Mx application

  • April 29, 2019
  • 1 reply
  • 188 views

Hi Community,

To start with I'm very new to the ColudFusion applications and development.

We have an old coldFusion Mx application hosted on IIS server. It is production application.

Now, we are in planing to change the application url, however we are not sure where to change the configurations so that application functionalities work seamlessly with the new url.

any help is highly appreciated.

Thank you,

Regards,

Venky

This topic has been closed for replies.

1 reply

Community Expert
April 29, 2019

This will depend on how your application was written, and more specifically how references were made in your application. This would probably be done within code if it's done at all, and you might just have to search the entire code base to find any references to the current URL. These references could be in CF code, or in HTML code, or in HTML output created from CF code.

You might look in the current web root for a file called Application.cfc or Application.cfm, for a start.

Dave Watts, Eidolon LLC

Dave Watts, Eidolon LLC