Difference between revisions of "PT Calendar2 ADF Configuration"

From ADF Docs
Jump to: navigation, search
(Created page with 'Back to PT Calendar Overview')
 
Line 1: Line 1:
 
Back to [[Calendar|PT Calendar Overview]]
 
Back to [[Calendar|PT Calendar Overview]]
 +
 +
== Overview ==
 +
The Calendar Application is built within the ADF.  The ADF must be installed in the site to run the Calendar, follow the ADF [[Installation]] instructions.
 +
 +
== Steps ==
 +
* Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF [[Installation]].
 +
* Open the sites 'ADF.cfc' ([[Site Configuration (ADF.cfc)|See Site Configuration (ADF.cfc) for more info]]) file (located in your site's /_cs_apps/ directory) in a text editor. Locate the ''Load the ADF Application into application space'' comment in the file. Add (or uncomment) the following command under the comment section:
 +
<source lang="java">
 +
loadApp("ptCalendar2");
 +
</source>
 +
* [[Reset ADF|Reset the ADF]] for the server and site.
 +
 +
[[Category:Calendar]]

Revision as of 05:21, 22 April 2010

Back to PT Calendar Overview

Overview

The Calendar Application is built within the ADF. The ADF must be installed in the site to run the Calendar, follow the ADF Installation instructions.

Steps

  • Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF Installation.
  • Open the sites 'ADF.cfc' (See Site Configuration (ADF.cfc) for more info) file (located in your site's /_cs_apps/ directory) in a text editor. Locate the Load the ADF Application into application space comment in the file. Add (or uncomment) the following command under the comment section:
loadApp("ptCalendar2");