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 2010/12/25 12:55 UTC
Read the original article Hit count: 336

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 from http://www.iis.net/download/URLRewrite and the Application Request Routing from http://www.iis.net/download/ApplicationRequestRouting 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 a working example.

I've searched a quite a bit but can't seem to find a relevant example.

Any help appreciated

(apologies for the bold but the spam prevention won't let me post more than 1 hyperlink)

© Server Fault or respective owner

Related posts about iis7

Related posts about tomcat