The components /atg/userprofiling/email/TemplateEmailSender and /atg/scenario/IndividualEmailSender (both of class atg.userprofiling.TemplateEmailSender) have several properties used for configuring loopback requests. The following table lists these properties and their defaults when running the Oracle Commerce Platform on your application server:

Property and Default

Purpose

siteHttpServerName^=/atg/dynamo/
Configuration.siteHttpServerName

Server name for loopback requests.

siteHttpServerPort^=/atg/dynamo/
Configuration.siteHttpServerPort

Port number for loopback requests.

applicationPrefix^=/atg/dynamo/
Configuration.dynamoEarContextRoot

The context path of the application.

initSessionURL=/init-session

The URL pattern used by InitSessionServlet (see below).

sessionManager=/atg/dynamo/servlet/
sessiontracking/GenericSessionManager

Used to find the session from the session ID.

loopbackRequestsEnabled=true

Determines whether loopback requests are performed. Can be set to false if you are using this TemplateEmailSender only with DSP templates (see below).

contextPathPrefix^=/atg/dynamo/
Configuration.defaultDynamoPrefix

String to prepend to template URLs. Default is /dyn/dyn/.

If you are using JHTML templates exclusively, you can disable loopback requests by setting the loopbackRequestsEnable property to false. In addition, you should set the contextPathPrefix property to null, and set the setupLoopbackTemplateEmailRequests property of the /atg/dynamo/servlet/pipeline/DynamoServlet component to false.


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices