1

I was given the task of deploying a Java EJB application in Windows Server 2012 with IIS 8.

The application was previously deployed to Glassfish 4 on Jelastic. After checking the requirements, I decided that Apache TomEE Plus version 7.1 would be a fit replacement. TomEE is essentially a Java Enterprise Edition version of Tomcat.

The problem is I can't figure out what is the canonical way to serve such an application with IIS.

The options I came across are these:

Which of these would be recommended for a production server?

I already tried the ISAPI redirector (related question: https://serverfault.com/q/952151/300053) and also the HttpPlatformHandler, which simply didn't work - all requests take forever to complete.

Thanks.

Glorfindel
  • 1,213
  • 4
  • 15
  • 22
Marc.2377
  • 227
  • 2
  • 15

0 Answers0