Previous Topic: Start, Stop, or Release the D2D ServerNext Topic: Configure the Private Key and Public Key Authentication


Change the Web Service Port Number of the D2D Server

CA ARCserve D2D for Linux uses port 8014 by default. If the 8014 port number is used by other application, CA ARCserve D2D for Linux will not function properly. In such situations, you must change the CA ARCserve D2D for Linux default port number to a different port number.

Follow these steps:

  1. Open the server.xml file from the following location:
    /opt/CA/d2dserver/TOMCAT/conf/server.xml
    
  2. Search the following string in the file and change the port number 8014 to your desired port number:
    <Connector port="8014" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="${catalina.home}/conf/server.keystore" keystorePass="LinuxD2D"/>
    
  3. Run the following command to restart the D2D Server:
    /opt/CA/d2dserver/bin/d2dserver restart
    

The default port number is changed to your desired port number.