Difference between revisions of "Customizing an Application at the Site Level"
From ADF Docs
m (moved Application Site Customization to Customizing an Application at the Site Level: Trying to remove ambiguous title) |
|
(No difference)
|
Revision as of 03:52, 5 April 2010
Application Site Customization
See the Custom Application Site Level Customization wiki page for more detailed information on site customization.
- Locate the _cs_apps directory on the site.
- 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.
- Place an Site Application Bean Config file in the ADF application directory in the site "_cs_apps" directory.
- Update the Site Application Bean Config variables for site name and application name.
- Ensure that the appComPath variable is correct.
- Update the App Bean Config of the site app to use any components at the site level, or server app level.
- 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.
- 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");