JSP on IIS? (Java Server Pages on Windows Web host)

Is it possible to use IIS to host a Web application that uses JSP? I seem to remember a utility that would support this, but that was long ago and far away.

You can run Tomcat, a free application server, with IIS. It’s been a long time since I looked at how to do that, but I suspect it involves using ISAPI filters to redirect certain requests to Tomcat.

Anyway, do a Google search for “Tomcat IIS”, and I’m sure you’ll get plenty of hits.

We do JSP via tomcat under IIS. it’s a PITA to get set up, but it runs solid after you do.

this advice http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=26151 is intended for setting up a particular product, but seems pretty solid for getting tomcat under IIS. if you don’t have that version of Java server or IIS, they have other KBs to help with other common version sets.

Not mentioned is that you also want to set up the tomcat service startup to be dependent on the w3wc service. That’s a registry hack, but it’s pretty obvious what to do if you root around a bit on other dependent services.

Here’s a step-by-step guide on configuring Apache TomCat:

http://www.coreservlets.com/Apache-Tomcat-Tutorial/