You can specify a default host and port for applications connecting to DTP using the services API. This enables you to redirect users to the appropriate URL if you need to enforce SSL,  DTP Enterprise Pack and other applications that use the services API to communicate with Report Center. 

  1. Open the DTP_DATA_DIR/conf/PSTRootConfig.xml configuration file in an editor.
  2. Locate the <default-server-url> element and provide a valid URL:

    <default-server-url>http://example.host.com:port</default-server-url>
    
  3. Save the file.
  • No labels