Upgrading Presentation Server (Contact Subscription)
Upgrade the components in your .NET or Java web application where your Contact subscription webpages are running.
Procedure
- Go to your website running your Synchronization Server components for Tracking.
- 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
- Access the SDL Tridion Sites installation media.
- In a .NET web application:
- 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.
- Update JARs: navigate to Audience Manager\roles\api\in-process\dotnet\lib\ and copy and replace the JAR files in your website \lib directory.
- Sample subscription pages are available at: Audience Manager\resources\sample pages\dotnet\.
- In a Java web application:
- 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.
- 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.