What should I do in ColdFusion 9?

What should we do in ColdFusion 9?

We back up websites and databases, but why do we need to back up in ColdFusion Administrator? I am interested in data sources, web services, etc ....

Any best practices / pits falling that we should be aware of?

+6
source share
3 answers

Backup:

  • any XML files in the / lib directory. This may be buried in the / jrun 4 / servers directory when installing with multiple instances, or it may be in cfusion9 / lib. All XML files begin with "neo-" and contain your settings.
  • Jrun.XML and Web.xml
  • Any custom tags in different customtag directories.
  • Any CFX tags
  • Third-party banner files that you can use.
  • Key store file in java security directory

Where it all depends a lot on your installation. There is quite a bit of variety in how you can run CF on a given platform. The above recommendations apply to CF 9 and below. CF 10 will have some similarities, but things are in many different places.

+8
source

Remember to take a copy of the summary of the parameters in CFAdmin. Pulling this information periodically saved my ass when "but nothing has changed!" errors appear. I kind of want CF to have a way to automatically make history of this.

+3
source

Source: https://habr.com/ru/post/917886/


All Articles