Setting up IIS to cooperate with Tomcat

Tomcat IIS HowTo By Gal Shachor <[email protected]> This document explains how to set up IIS to cooperate with Tomcat. Normally IIS can not execute Servlets and Java Server Pages (JSPs), configuring IIS to use the Tomcat redirector plugin will let IIS send servlet and JSP requests to Tomcat (and this way, serve them to clients). Document Conventions and Assumptions <tomcat_home> is the root directory of tomcat. Your Tomcat installation should have the following subdirectories: <tomcat_home>conf – Where you can place various configuration files <tomcat_home>webapps – Containing example applications <tomcat_home>bin – Where you may place web server plugins In all the […]

Read more