Difference between revisions of "PT Calendar2 ADF Configuration"

From ADF Docs
Jump to: navigation, search
(Created page with 'Back to PT Calendar Overview')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Back to [[Calendar|PT Calendar Overview]]
+
Back to [[PT_Calendar_Version_2.0_Install|PT Calendar Version 2.0 Install]]
 +
 
 +
== 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]]

Latest revision as of 16:29, 27 February 2013

Back to PT Calendar Version 2.0 Install

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");