Difference between revisions of "Application Configuration at the Site Level (XML)"

From ADF Docs
Jump to: navigation, search
(Created page with '== Application Site Configuration == See Custom Application Site Level Configuration wiki page for more details. Following are th…')
 
Line 1: Line 1:
 
== Application Site Configuration ==
 
== Application Site Configuration ==
See [[Custom Application Site Level Configuration|Custom Application Site Level Configuration]] wiki page for more details.
+
See the[[Custom Application Site Level Configuration|Custom Application Site Level Configuration]] wiki page for more details.
  
Following are the steps to setup a site configuration for an ADF application:
+
Following are the steps to set up a site configuration for an ADF application:
  
 
# Locate the ''_cs_apps'' directory in your site.
 
# Locate the ''_cs_apps'' directory in your site.
# If the ''_cs_apps/config'' directory does not exist, then create it.
+
# If the ''_cs_apps/config'' directory does not exist, create it.
# Identify the ADF applications sample XML configuration file.  Update the file accordingly with the site information.   
+
# Identify the ADF applications sample XML configuration file.  Update the file with the site information.   
# Ensure that the file name is the ADF application name.  For example, with the Profile Application the XML config file name is ''ptProfile.xml''.
+
# Ensure the file name is the ADF application name.  For example, with the Profile Application the XML config file name is ''ptProfile.xml''.
 
# Place the XML config file into the ''_cs_apps/config'' directory.
 
# Place the XML config file into the ''_cs_apps/config'' directory.
  
Line 13: Line 13:
 
* [[Create_New_App|Create New ADF Application]]
 
* [[Create_New_App|Create New ADF Application]]
 
* [[Load_ADF_Components_into_Site|Load ADF Library Components into Site]]
 
* [[Load_ADF_Components_into_Site|Load ADF Library Components into Site]]
 +
 +
[[Category: How-to Guide]][[Category: Site Configuration]]

Revision as of 00:51, 20 December 2009

Application Site Configuration

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

Following are the steps to set up a site configuration for an ADF application:

  1. Locate the _cs_apps directory in your site.
  2. If the _cs_apps/config directory does not exist, create it.
  3. Identify the ADF applications sample XML configuration file. Update the file with the site information.
  4. Ensure the file name is the ADF application name. For example, with the Profile Application the XML config file name is ptProfile.xml.
  5. Place the XML config file into the _cs_apps/config directory.

Related Guides