Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop DTP Server services (see Stopping DTP Services).
  2. Open the PSTRootConfig.xml file located in the <DTP_DATA_DIR>/conf/ directory.
  3. Uncomment the <session-database-port> element and specify a different port number.
  4. Save the file.
  5. Start DTP services.

Configuring License Server Port

You can change the License Server port in the License Server administration UI. See Configuring License Server for details.

Disabling 9.x Access to License Server Port

License Server communicates with 9.x versions of Parasoft code analysis and test execution tools over port 2002. If you are not using Licenser Server or are only using License Server with 10.x versions of Parasoft tools, you can disable port 2002 as a security best practice within your DTP infrastructure. The following instructions describe how to disable port 2002. The port used by 10.x tools, port 8080, will still remain open.  

  1. Stop DTP Server services (see Stopping DTP Services).
  2. Open the ls.conf file located in the <DTPthe <DTP_DATA_DIR>/LicenseServer/conf directory.
  3. Add an <enbabled>false</enabled>  element element to the  <Server>  element element:

    Code Block
    languagexml
    <?xml version="1.0" encoding="UTF-8"?>
    <Root>
        <Server>
            <enabled>false</enabled>
            <port>2002</port>
            <concurrent_connections_limit>100</concurrent_connections_limit>
            <soap_administration_enabled>true</soap_administration_enabled>
            <start_deactivated>true</start_deactivated>
        </Server>
        ...
    </Root>
  4. Save the file and restart DTP services.