I am new to TeamCity and need to complete the following task: Install and run two TeamCity instances on single Windows machine. Build agents are installed on other machine.
I got both instances running (installed using instructions from the bottom answer here to the question how can I run multiple instances of teamcity on the same server) But the problem is I can't be logged in in 2 web interfaces at the same time.
As soon as I login in to the 2nd the 1st interface logs me out.
I heard that it's about cookies, and I need to make changes so the web interface url would be not localhost:port#, and this is done by modifying <context> attribute.
I have tried to change <context path = "/smth"> and was expecting that now my web interface url will be localhost:port/smth - but that is not working.
Could some one help me here?