Configure IIS 7 Reverse Proxy to connect to TeamCity Tomcat
Posted
by
Cynicszm
on Server Fault
See other posts from Server Fault
or by Cynicszm
Published on 2010-10-14T10:55:52Z
Indexed on
2012/04/06
17:32 UTC
Read the original article
Hit count: 275
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!
© Server Fault or respective owner