...
- Stop DTP Server services (see Stopping DTP Services).
- Open the ls.conf file located in the
<DTP_DATA_DIR>
/
LicenseServer/conf
directory. Add an
<enbabled>false<<enabled>false</enabled>
element to the<Server>
element:Code Block language xml <?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>
- Save the file and restart DTP services.
Changing Port 8005 on DTP
Anchor | ||||
---|---|---|---|---|
|
Port 8005 is the default Tomcat shutdown port, but you can run into a port conflict on some Windows servers. To resolve this:
- Stop DTP services.
- Open the server.xml file found in
<DTP_INSTALL_DIR>/tomcat/conf/
. - Find the element
<Server port="8005" shutdown="SHUTDOWN">
and change the port value to a port that is not being used (for example, 8006). - Save the file and restart DTP services.