Change port for TeamCity web server

configuration, continuous-integration, port, teamcity

Solution

The port number can be edited in the `<TeamCity home>/conf/server.xml` file, line `<Connector port="8111" protocol="HTTP/1.1"`.

from Installing and Configuring the TeamCity server

Problem

I installed TeamCity and got it working against my project. However, I have since realized that I don't want it the administration page to be configured on port 80. I'm going to have other websites on that server that I want on the default port. How do I change the configured port? I wandered around the configurations a bit and looked through the administration settings but couldn't figure it out.

Original source