As shown in the following diagram, the ATG Outreach server extends the PublishingFileRepository by adding a new webAppOutreachJavaServerPage subtype under the javaServerPage item type. (To learn more about the PublishingFileRepository and its item type hierarchy, see the ATG Content Administration Programming Guide.)

The /atg/campaign/communication/Configuration component on the ATG Outreach server defines webAppOutreachJavaServerPage as the default communicationEmailAssetType for communication campaigns. The other default configuration settings are shown in the following table:

Property

Description

communicationEmailAssetType

The asset type that e-mail content is saved as within the VFS. By default, this property is set to:

webAppATGOutreachJavaServerPage

Note: This asset type can only be exposed by one VFS. See the JSPFileVFSService for E-mail JSPs topic for more information.

communicationEmailTextTemplateContextPath

The context path for the text template. If it begins with a slash, it’s the context path for a Web application; otherwise, it’s treated as a version manager asset type (e.g., wwwTextFileAsset).

By default, this property is set to:

/PubPortlets

communicationEmailTextTemplatePath

The path for the text file within the context (Web application or version manager VFS).

By default, this property is set to:

/html/CampaignsUI/editlive/text/
textTemplate.jsp

communicationEmailHtmlTemplateContextPath

The context path for the HTML template. If it begins with a slash, it’s the context path for a Web application; otherwise, it’s treated as a version manager asset type (e.g., wwwTextFileAsset).

By default, this property is set to:

/PubPortlets

communicationEmailHtmlTemplatePath

The path for the HTML file with the context (Web application or version manager VFS).

By default, this property is set to:

/html/CampaignsUI/editlive/text/
htmlTemplate.jsp

landingPageJspAssetType

The asset type for JSP landing pages.

By default, this property is set to:

/atg/campaign/communication/
Configuration.
   communicationEmailAssetType

communicationEmailSaveDirectory

The VFS directory to which e-mail communications will be saved.

By default, this property is set to:

/Outreach.war/OutreachEmail

 
loading table of contents...