Best reverse proxy for IIS 6?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2009-04-03T00:58:24Z Indexed on 2010/04/04 4:23 UTC
Read the original article Hit count: 604

Filed under:
|
|
|

I want to set up a reverse proxy from one of our intranet IIS sites to point to another tomcat server. Eg, i want the user to browse to 'http://our-iis-server/friendly-url' and for it to reverse proxy to 'http://our-tomcat-server/ugly-url'.

What would be the best solution for this? I've narrowed it down to three options:

Also, can these tools rewrite the links in the html? Eg, if the tomcat server's html has something like 'a href = http://our-tomcat-server/ugly-url/product/widget' i would need it to change to 'a href = http://our-iis-server/friendly-url/product/widget'

Thanks in advance. All good answers will be voted for!!!

© Stack Overflow or respective owner

Related posts about iis

Related posts about iis6