Upgrading Presentation Server (Tracking)
Upgrade the components in your .NET or Java Web application where your Tracking and Contact subscription Web pages are running.
Procedure
- Go to the website where your Tracking web pages are running.
- 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 Web installation media.
- In a .NET Web application:
- Update the DLLs for Contact Synchronization, Tracking and Tracking retrieval: navigate to Audience Manager\roles\api\in-process\dotnet\synchronization\bin\ and copy and replace the existing DLLs in the \bin folder of your website.
- Update ASPs for Tracking: navigate to Audience Manager\roles\api\in-process\dotnet\synchronization\ and copy and replace your existing
Tracking.aspxandTracking.aspx.cspages. - Update JARs: navigate to Audience Manager\roles\api\in-process\dotnet\lib and copy and replace the existing JAR files in your website \lib directory.
- In a Java Web application:
- Update JARs for Tracking and Tracking retrieval: navigate to the Audience Manager\roles\api\in-process\java\tracking directory and copy and replace the existing JAR files in your website \lib directory.
- Update the JSP for Tracking: navigate to Audience Manager\roles\api\in-process\java\tracking\Web and copy and replace your existing
tracking.jsppage.