Customizing an Application at the Site Level

From ADF Docs
Revision as of 03:52, 5 April 2010 by Rwest (talk | contribs) (moved Application Site Customization to Customizing an Application at the Site Level: Trying to remove ambiguous title)
Jump to: navigation, search

Application Site Customization

See the Custom Application Site Level Customization wiki page for more detailed information on site customization.

  1. Locate the _cs_apps directory on the site.
  2. Verify that the ADF application directory exists in _cs_apps; if not, create. For example, the Profile Application will have the directory _cs_apps/pt_profile.
  3. Place an Site Application Bean Config file in the ADF application directory in the site "_cs_apps" directory.
  4. Update the Site Application Bean Config variables for site name and application name.
  5. Ensure that the appComPath variable is correct.
  6. Update the App Bean Config of the site app to use any components at the site level, or server app level.
  7. Update the sites ADF.cfc to load the new application name into application scope via the loadApp function. See the Site Configuration - ADF Applications wiki page for more details.
  8. For example, if we created a site customization for the Profile Application for SITE01, then the loadApp function will reference the application as:
 loadApp("ptProfile", "pt_profile_SITE01");