About Installing and Configuring Siebel Email Marketing

Each of the Siebel Email Marketing Server's three components has its own installer and is separate from the Siebel Marketing Server installer. The installation media for the three Email Marketing Server components are distributed together on media separate from the Siebel Enterprise installation media.

The topic in this section describes some of the issues to consider when installing the different components of Siebel Email Marketing. The Email Marketing components can reside outside the firewall, with ports opened for SOAP (HTTP) and networked file system access through the firewall. Alternatively, the Email Marketing components can reside inside the firewall with ports 80 and 25 opened on the firewall (or proxies) or relays put in place.

These components talk to the Siebel Marketing Object Manager using SOAP. For more information about the Siebel Java Data Bean, see the Siebel Transports and Interfaces: Siebel Enterprise Application Integration guide.

Note: web.xml Updates From 26.8, web.xml is updated to align with Servlet 3.0 schema requirements by replacing legacy DOCTYPE declarations with the Servlet 3.0 XSD-based root element using version="3.0". When the HTTPS is enabled, add the secure setting under session-config in the web.xml file for the ESD, CTD and WSD component. Remove this setting when HTTP is used.
Example for HTTPS:
<session-config>
    <cookie-config>
        <secure>true</secure>
    </cookie-config>
</session-config>
Note: Do not add the secure setting for HTTP configurations.