I have using windows server 2012R2 to host a website in IIS 8.5 and I want to redirect request in a certain URL (e.g. /examples/) to the Tomcat 8.0 server hosted in same machine in port 8080. I have tried to do this using ARR 3.0 but it gives a 404 error when a request is made.(e.g. localhost/examples/)
exact error : HTTP Error 404.0 - Not Found
Can anyone provide a solution or better approch to solve this issue. Thanks.