Configure IIS 7 Reverse Proxy to connect to TeamCity Tomcat
- by Cynicszm
We have an IIS 7 webserver configured and would like to create a reverse proxy for a TeamCity installation using Tomcat on the same machine.
The IIS server site is https://somesite and I would like the TeamCity to appear as https://somesite/teamcity redirecting to http://localhost:portnumber.
I have installed the IIS URL Rewrite extension and the Application Request Routing to try and setup a reverse proxy but can't get it working.
The closest answer I found is an old StackOverflow question:
http://stackoverflow.com/questions/331755/how-do-i-setup-teamcity-for-public-access-over-https
which unfortunately doesn't have any working example.
I've searched a quite a bit but can't seem to find a relevant example.
Any help is appreciated!