I'm trying to setup Application Request Routing (v2.5) on my Windows Server 2008 with IIS 7.5.
So far I got this:
- IIS 7.5 running two sites
www.domain1.com
test.domain1.com
- IIS 7.5 with a webfarm called My-Farm with one server:
test.domain1.com
- Apache Tomcat running some server on
www.domain1.com:10000
I'm able to route requests coming to www.domain1.com
to the webfarm but I don't see any result coming from test.domain1.com
?
I also tried changing servers at step 2 above to localhost
or www.domain1.com:10000
or localhost:10000
but whatever I do the requests aren't proxied.
Am I setting ARR up correctly?