Difference between revisions of "Application Configuration at the Site Level (XML)"
From ADF Docs
(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 | + | 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, | + | # If the ''_cs_apps/config'' directory does not exist, create it. |
− | # Identify the ADF applications sample XML configuration file. Update the file | + | # Identify the ADF applications sample XML configuration file. Update the file with the site information. |
− | # Ensure | + | # 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:
- Locate the _cs_apps directory in your site.
- If the _cs_apps/config directory does not exist, create it.
- Identify the ADF applications sample XML configuration file. Update the file with the site information.
- 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.