Iis – How to configure IIS to send JSP requests to Tomcat

iistomcat

I have a web application written mainly in JSP and servlet. I use Tomcat 7.0.26 as my application server. I want this application to run via IIS, though I can run it using Tomcat.

By searching the Web, I learned that I have to map index.jsp to the IIS script directory in such a way that when the IIS server receives a JSP request, it forwards that request to the Tomcat server.

How do I configure this behavior?