Documentation Center

Installing Contact subscription (Java)

You must install Contact subscription components on a publicly accessible Web site. This task describes how to install Contact subscription components on a Java-based Web application Server.

Before you begin

  • You must have created a Subscription database.
  • You must install Contact subscription on a publicly accessible Web site.

About this task

Audience Manager provides sample Web pages that implement Subscription management.

Procedure

  1. Go to your existing public-facing Web site.
  2. Install and configure the Content Delivery API Server Role: see Installing the API Server Role for a Java Web application
  3. Access the SDL Tridion installation media.
  4. Install JARs for Contact Subscription and Contact Synchronization: navigate to Outbound E-Mail\Presentation System\Java\Subscription and copy the JAR files to your Web site \lib directory.
  5. Install JSPs for Contact Subscription: navigate to Outbound E-Mail\Presentation System\Java\Subscription\Web and copy the JSPs to a directory in your Web site.
  6. Download the JDBC driver (JAR file) required for your specific database vendor and Java version, and copy it into the lib folder:
    Database vendorJDBC DriverRequired JAR
    Microsoft SQL ServerMicrosoft JDBC Driver 4.0 for SQL Serversqljdbc4.jar
    OracleOracle JDBC driver 11.2.0.3ojdbc6.jar for Java 6 or Java 7
    OracleOracle JDBC driver 12.1.0.1

    ojdbc6.jar for Java 6

    ojdbc7.jar for Java 7

  7. Configure the following files:
    1. cd_storage_conf.xml—see Configuring the Tracking and Subscription databases
    2. cd_audience_manager.conf.xml—see:
    3. logback.xml (configure logging).

Results

You have installed the Subscription Web pages.