Documentation Center

Copying resources for the Session Web site extension

Add resources for the Web site extension to your Web site.

Procedure

  1. Access your installation media and navigate to the folder Content Delivery\roles\.
  2. Navigate to the session\extension-web\rest\ subfolder.
  3. From the config\ subfolder, copy the files cd_ambient_conf.xml and logback.xml to the Web site's configuration folder on your target machine, which is one of the following:
    • When adding this Server Role to a Java/JSP Web site, merge these files, as well as cd_client_conf.xml, with the files of the same name, already present, in WEB-INF/classes/.
    • When adding this Server Role to a .NET Web site, merge files to bin\config\.
  4. Navigate to the config\ installation media subfolder, do one of the following:
    • If you are adding this Server Role to a Java/JSP Web site, merge the contents of the installation media file web.xml with your Web application's own web.xml file (or copy it over if you have not modified your web.xml).
    • If you are adding this Server Role to a .NET Web site, merge the contents of the installation media file Web.config with your Web application's own Web.config file (or copy it over if you have not modified your Web.config).
  5. If you are adding this Role to a Java/JSP Web site, and you have chosen not to reference the online Content Interaction Libraries (CILs) on Maven from a pom.xml file, copy the contents of the java\lib\ subfolder to the Web site's WEB-INF/lib/ folder.
  6. If you are adding the Role to a .NET Web site, and you have chosen not to reference the online Content Interaction Libraries (CILs) on Nuget from your Visual Studio project, copy the contents of the dotnet\bin\ subfolder to the Web site's bin\ folder on your target machine.