Versions Compared

Key

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

...

Below are the default ports that are created when you install Continua. These values can be changed by modifying the specified configuration files. Note that it is highly recommended that backup the configuration file before any changes are made.

The server and agent configuration files can be located in the following locations:

  • Server Configuration file: <install_dir>/VSoft Technologies/ContinuaCI/Server/Continua.Server.Service.exe.config
  • Agent Configuration file: <install_dir>/VSoft Technologies/ContinuaCI Agent/Continua.Agent.Service.exe.config
 IncomingOutgoingUsed forSet inValue to Change
Server90009002

Communication with agents

<server_install_dir>\Server\Continua.Server.Service.exe.config<endpoints port="9000" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/>
Server80 Web UIIIS configuration 
Server*9010 SSH/SFTP communication with agents<server_install_dir>\Server\Continua.Server.Service.exe.config<endpoints port="9000" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/>
Agent90029000Communication with server<agent_install_dir>\Server\Continua.Agent.Service.exe.config<endpoints port="9002" serverHostName="localhost" serverPort="9000"/>
Agent* 9010SSH/SFTP with server

<agent_install_dir>\Server\Continua.Agent.Service.exe.config

<endpoints port="9002" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/>

...

Note that if you change the server port or the server ssh port that then the server ports on all of the agents must then point to the new port.

...