Difference between revisions of "Application Library Overrides Site Level"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://icucoja.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
 +
----
 +
=[http://icucoja.co.cc CLICK HERE]=
 +
----
 +
</div>
 
== ADF Application Library Overrides at the Site Level ==
 
== ADF Application Library Overrides at the Site Level ==
 
See the [[Custom_Application_Site_Level_Configuration#ADF_Application_Site_Library_Overrides|Custom Application Site Level Configuration]] wiki page for more details.
 
See the [[Custom_Application_Site_Level_Configuration#ADF_Application_Site_Library_Overrides|Custom Application Site Level Configuration]] wiki page for more details.

Revision as of 23:13, 23 November 2010



UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY


CLICK HERE


ADF Application Library Overrides at the Site Level

See the 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, create it. (Ex., for the Profile Application, the directory path will be mysite/_cs_apps/pt_profile/.)
  3. Verify a /components/lib directory exists withing the application name directory. If not, 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 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.

Related Guides