Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

need to clone application from one server to another server

New Here ,
Jul 20, 2010 Jul 20, 2010

Hi I had an application developed in coldfusion and i need the same application for another coldfusion server (ex: www.test.com to www.test1.com). What are the steps i need to do to clone this application from one server to another.

what are the steps i need to follow kile databases, variables etc. Is there is any procedure to make that happen.

Thanks

TOPICS
Getting started
353
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jul 20, 2010 Jul 20, 2010
LATEST

Copy the code and any associate ColdFusion settings, such as Data Source Names or Mappings, to the new server.

The second part can be done manually by opening the administrator pages in two browser windwos and typing what you see in one in the other.

It can also be done by use the ColdFusion Archive feature of ColdFusion Enterprise and Developer editons to pack up all the settings and code into an archive file that can be unpacked onto the new server.

The documentaiton will explain how to use the Archive feature.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources