You can change the default ports for DTP applications to meet your infrastructure requirements. You should only follow these instructions if the default ports are unavailable.
Any port changes also affect Team Server, so you should also change Team Server port settings accordingly.
For UNIX, root permission is necessary in order to start the DTP Server on port 80, which is why the default port on Unix is set to 8080.
In this section:
The default port for DTP Server is port 80 for Windows and 8080 for Linux, but you can change the port by editing the server.xml file.
Locate the following element and change the value of the port property:
<Service name="PST"> <Connector port="80" |
DTP can receive data from any software product that supports the data format used by DTP. Data from testing tools is sent to Data Collector, which listens on port 8082 by default. You can change the default port by editing the DCServerConfig.xml file:
Locate the following element and change the value:
<dc-server-port>8082</dc-server-port> |
The JMS events broker provides real-time information about events that occur in DTP. The default port is 61617, but you can configure it from administration page:
See Subscribing To DTP Events, for more information about using the JMS events broker, including topics currently available for subscription.