tags:

views:

211

answers:

1

Has anybody found a way to run a Java web application within IIS? It seems to me it should be entirely possible to write an ISAPI plugin (is that the right word?) that integrates Jetty or a custom servlet container with IIS. The benefit of this is that a lot of great high end Java applications like Jira require separate infrastructure for an otherwise all Microsoft shop.

+3  A: 

I think you will find of use the following two articles

  1. Use Microsoft's Internet Information Server as a Java servlet engine
  2. Java + ISAPI + Jetty = JSP on IIS
Gaby