Configure parameters required for DRM deployment

Three parameters need to be configured within properties.txt for IXIA CCMS Web that implements the IXIA Dynamic Release Management (DRM) cache system.

For an implementation of CCMS Web utilizing DRM, these parameters need to be configured in properties.txt.

To set parameters required for a DRM deployment:

  1. In the location where you extracted the package, open the properties.txt file in a text editor.
  2. Add or configure the following parameters as required.
    Parameter, default value Describes
    APPSERVER_HOSTNAME

    The hostname of the server where the Web Application is installed and which cannot include spaces. Sample:

    APPSERVER_HOSTNAME=<COMPANY_HOSTNAME>
    APPSERVER_SUBSCRIPTION_PORT

    Default value: 3200

    The port number for connecting the replication service between TEXTML Server and the Web Application Server. This value can be different if there are many Application Servers sharing a single computer.

    APPSERVER_SUBSCRIPTION_ID

    This is a string describing the replication connection. Using the name of the Web Application Server is strongly recommended. It should also be unique for TEXTML Server if there are many docbases and many application servers. The name of a docbase cannot include spaces.

  3. Save and close the properties.txt file.
    The required DRM parameters for deployment are configured.