views:

136

answers:

1

I'm a complete TeamCity newbie, so I apologize if this is a stupid question. 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.

Thanks,

~ Justin

+3  A: 

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

sfussenegger
exactly, +1 for beeing faster than me :-)
Johannes Rudolph
@Johannes +1 for beeing a good loser ;-)
sfussenegger
I knew it was something simple! Thanks!
jkohlhepp
@jkohlhepp as simple as googling for "teamcity port" and picking the first result ;)
sfussenegger
hmmm i did try a couple different google searches but apparently not that one
jkohlhepp