Application Library Overrides Site Level

From ADF Docs
Revision as of 06:04, 22 November 2009 by WikiSysop (talk | contribs) (Created page with '== ADF Application Library Overrides at the Site Level == See [[Custom_Application_Site_Level_Configuration#ADF_Application_Site_Library_Overrides|Custom Application Site Level C…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ADF Application Library Overrides at the Site Level

See Custom Application Site Level Configuration wiki page for more details.

Following are instructions for overriding the library component at the site level:

  1. Locate the site directory that you want to add the library override component.
  2. Verify that a directory exists in the _cs_apps directory with the applications name. If no directory exists, then create it. (Ex., for the Profile Application, the directory path will be mysite/_cs_apps/pt_profile/.)
  3. Verify that a /components/lib directory exists withing the application name directory. If not, then create these directories. (Ex., for the Profile Application, the directory path will be mysite/_cs_apps/pt_profile/components/lib/.)
  4. Copy the CFC file from the Lib and paste into the /components/lib/ directory.
  5. For best practices, update the component and extend the original component in the ADF lib directory.
  6. Update the component as needed.
  7. Reset the ADF for the server and site. See the Reset ADF wiki page for more details.

Related Guides