How to configure Microsoft Internet Information Server for use with the tomcat container

Posted by Debabratta on Server Fault See other posts from Server Fault or by Debabratta
Published on 2012-06-23T10:22:50Z Indexed on 2012/06/23 21:17 UTC
Read the original article Hit count: 191

Filed under:
|

I have an webapplication written mainly in jsp and servlet and I use tomact7.0.26 as my application server. I want this application to run by IIS though I can run it using tomcat. I searched in the web that I have to map the index.jsp to the IIS script directory. So I want that when jsp request comes to IIS server, it forwards it to tomcat server. So please tell me the steps for required configuaration. Thankyou.

© Server Fault or respective owner

Related posts about iis

Related posts about tomcat