Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running a java web application in IIS

Tags:

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.

like image 920
benstpierre Avatar asked Feb 13 '10 01:02

benstpierre


People also ask

Can we run Java application on IIS server?

Run Java servlets with Microsoft's IIS -- without sacrificing portability. Did you know that you can run Java Servlets with Microsoft's Internet Information Server (IIS) without any third-party products?


1 Answers

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
like image 181
Gabriele Petrioli Avatar answered Sep 17 '22 22:09

Gabriele Petrioli