I installed teamcity 9.1 on mac os. I can access teamcity via http://localhost:8111/
. I can change port in file TeamCity/conf/server.xml
by changing <Connector port="8111" protocol="org.apache.coyote.http11.Http11NioProtocol"
.
But how can I change server url e.g. http://localhost:8111/
to http://teamcity.test:8111/
I tried changing in server.xml
from <Engine name="Catalina" defaultHost="localhost">
But after I start teamcity as ./runAll.sh start
it stills can access from http://localhost:8111/
but not from http://teamcity.test:8111/