This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Integrating Tomcat with IIS
Feed Title: Xyling Java Blogs
Feed URL: http://javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources. These feeds are filtered, categorized and maintained by us to help ourselvs and the people around Java Community. We are continuously exploring and improving our blogs and would love to see your feedback at feedback@xyling.com
In order to set up Microsoft IIS Web server to serve Java Server Pages (JSP) and servlets, you need to install the Jakarta isapi redirector. After a successful install, IIS will work as normal, except when a JSP or servlet is encountered, it will pass it along to Tomcat, which will process and send the results back to IIS.
Setting up the redirector is quite not trivial, this installer tool can really simplify your work.
Look at JspISAPI, you can tunnel your request through IIS for jsp pages.
It have following benefits 1) Remove 8080 etc port from url 2) Improved search engine optimization 3) Web statistics maintained by IIS 4) HTTP-KEEP-ALIVE for Jsp by JspISAPI 5) Less load on tomcat 6) *** SSL Setup, no need to setup SSL on tomcat as JspISAPI handles SSL if the website of IIS has SSL configured.