The ATG Outreach server stores e-mail JSPs (webAppOutreachJavaServerPage assets) in a Virtual File System based on the atg.vfs.repository.JSPFileVFSService class. By default, it uses the preconfigured JSPFileVFSService instance at /atg/epub/file/OutreachWebAppFileSystem, which is configured as follows:

$class=atg.vfs.repository.JSPFileVFSService
lastDoneService=/atg/dynamo/service/LastDoneService
contentRepository=/atg/epub/file/SecuredPublishingFileRepository
itemDescriptorNames=webAppOutreachJavaServerPage,webAppOutreachImage
mutableFolderDescriptorName=fileFolder
webAppName=OutreachCommon
webAppBaseDir=/Outreach.war

This /atg/epub/file/OutreachWebAppFileSystem deploys JSP files to the corresponding /atg/epub/file/OutreachWebAppFileSystem on your target sites. See the SelectiveDeleteVFSService section for more information.

To create a new VFS for your e-mail JSPs, create a new JSPFileVFSService instance and set the webAppName and webAppBaseDir properties as appropriate for your web application. (Set the other properties as shown above.) Note: The webAppOutreachJavaServerPage asset type can only be exposed by a single VFS.

For more information about how VFSs are used by the Content Administration system, see the ATG Content Administration Programming Guide.

 
loading table of contents...