Configuring publishing to resolve entities locally

You can configure the Publish tool so that entity references are resolved locally. The steps below are specific for publishing to SDL LiveContent S1000D .

Procedure

For a LiveContent publication, complete the following steps:
  1. On the Contenta S1000D Web server, log in as administrator.
  2. Create a directory for the local entity files.
    The directory cannot contain any spaces in the path.
  3. Download any entity files that you want to resolve locally to the newly-created directory.
  4. Open the PublishConfiguration.xml file. By default, this file is located in Contenta_home/web/cw_common/custom/S1000D_Publish directory.
  5. Add the following line as a child of <pubconfig> element:
    <property name="EntityDefLocation"
    					 value="EntityDirectory" />
    where EntityDirectory is the directory that you created above.