Documentation Center

Upgrading Presentation Server (Contact Subscription)

Upgrade the components in your .NET or Java web application where your Contact subscription webpages are running.

Procedure

  1. Go to your website running your Synchronization Server components for Tracking.
  2. Upgrade your Content Delivery—the files you need to upgrade are delivered as part of the Content Delivery API Server Role:
    • In a .NET web application, replace your JAR files and DLLs
    • In a Java web application, replace your JAR files
  3. Access the SDL Tridion Sites installation media.
  4. In a .NET web application:
    1. Update DLLs for Contact Subscription: navigate to Audience Manager\roles\api\in-process\dotnet\bin\ and copy and replace the existing DLLs in the \bin folder of your website.
    2. Update JARs: navigate to Audience Manager\roles\api\in-process\dotnet\lib\ and copy and replace the JAR files in your website \lib directory.
    3. Sample subscription pages are available at: Audience Manager\resources\sample pages\dotnet\.
  5. In a Java web application:
    1. Update JARs for Contact Subscription and Contact Synchronization: navigate to Audience Manager\roles\api\in-process\java\subscription\ and copy and replace the existing JAR files in your website lib\ directory. Also remove the file commons-lang.jar from the lib\ directory.
    2. Sample subscription pages are available at: Audience Manager\resources\sample pages\java\.

What to do next

The confirmation E-mail functionaly has been updated to allow using confirmation E-mail placeholders instead of having to use the URI of a Page explicitly. Check the sample subscription pages to see how this can be implemented, or refer to the confirmation E-mail documentation.