Apache HTTP Server for SSL and Load Balancing

0
Mendix runs on Jetty server. Is it possible to use Apache HTTP Server with mod_jk and AJP for Load Balancing? Mendix recommends IIS to enable SSL support. I guess same Apache HTTP can be used instead of IIS, isn't it?
asked
2 answers
3

The Mendix Runtime only has an HTTP interface, no AJP. For linux environments, Mendix recommends using Nginx as reverse proxy.

Also see the on premise security checklist for some extra hints about security.

answered
0

Yes, that's possible. We did something like that in the past with Apache before the Mendix Jetty server.

answered