Difference between revisions of "Application Library Overrides Site Level"

From ADF Docs
Jump to: navigation, search
(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…')
 
m (Reverted edits by Ecaxabu (Talk) to last revision by Renee.mckechnie)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== ADF Application Library Overrides at the Site Level ==
 
== ADF Application Library Overrides at the Site Level ==
See [[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.
  
 
Following are instructions for overriding the library component at the site level:
 
Following are instructions for overriding the library component at the site level:
  
 
# Locate the site directory that you want to add the library override component.
 
# Locate the site directory that you want to add the library override component.
# 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/''.)
+
# 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/''.)
# 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/''.)
+
# 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/''.)
# Copy the CFC file from the Lib and paste into the ''/components/lib/'' directory.
+
# Copy the CFC file from the Lib into the ''/components/lib/'' directory.
 
# For best practices, update the component and extend the original component in the ADF lib directory.
 
# For best practices, update the component and extend the original component in the ADF lib directory.
 
# Update the component as needed.
 
# Update the component as needed.
# Reset the ADF for the server and site.  See the [[Reset_ADF|Reset ADF]] wiki page for more details.
+
# [[Reset_ADF|Reset the ADF]] for the server and site.   
  
 
== Related Guides ==
 
== Related Guides ==
 
* [[Application_Library_Overrides_App_Level|Application Library Overrides App Level]]
 
* [[Application_Library_Overrides_App_Level|Application Library Overrides App Level]]
 +
 +
[[Category: How-to Guide]]

Latest revision as of 17:35, 24 November 2010

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