Configuring ISO entities

By default, an ISOEntities package is included in LiveContent Central. You can configure this setting to use a custom location.

Procedure

  1. The Publish Service, by default, includes an ISO entity package by the name xmlisoent in the [LCC_Home]/publish-service directory. This package will be used by all publications unless a custom location is configured.
  2. To use a custom location with the LiveContent Central's Publish tool , edit the config.xml file located at [LCC_Home]/publish-service/Publish UI. Update the value for isoEntitiesPath to the desired location.
    For example, to use a custom location such as C:\Users\johndoe\LiveContentData\Entity_Library, your config.xml will resemble
    <configitem name="isoEntitiesPath">
          <value>C:\Users\johndoe\LiveContentData\Entity_Library</value>
    </configitem>
    If a value is not present in this configuration, LiveContent Central uses the default ISO entities package at [LCC_Home]/publish-service/xmlisoent
  3. To use a custom location with the LiveContent Central's IETP packaging tool , edit the lcccollectionpub.properties file located at [LCC_Home]/distribution-service/config. Update the value for isoEntitiesPath to the desired location.

    If a value is not present in this configuration, LiveContent Central uses the default ISO entities package at [LCC_Home]/publish-service/xmlisoent

  4. Save the close the configuration files.