Preparing Content Composer Rest API Servers - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License

Prerequisite The steps in the following topics must have been completed:

Complete the following steps on each Content Composer server installed behind a load balancer:

  1. From the %Composerdir% directory, open Composer.MWS.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows.
    <mws systemoid=
  3. Add or modify the process_directory attribute as in the following example, using a shared directory accessible to all servers:
    <mws systemoid="[SYS-OID]" dbalias="MWS" process="MWS_Standard" client_runtime_mode="false" protect_document="false" process_directory="[shared-folder-path]">
  4. Save and close the file.
  5. Optional. If the process_directory attribute does not exist in the Composer.MWS.exe.config file, the Process directory property of the MWS_Standard process is used. Complete the following substeps to configure the property:
    1. Launch any Content Composer Studio installed behind a load balancer.
    2. Switch to the default system.
    3. From the Navigator, open the MWS_Standard process.
    4. In the Object Inspector pane, change the Process directory property to a shared directory accessible to all servers.
    5. On the Process Designer Tools tab, click Save.
    6. Close Content Composer Studio.