Can I deploy Mendix application on another server like. Apache Tomcat, Jetty ...

0
Can I deploy Mendix application on another server like. Apache Tomcat, Jetty ... ?
asked
1 answers
0

Sort of: the mendix runtime follows the 12 factor app best practices. In this case, best practise number 7 - Export services via port binding. We're using the jetty http service inside the Mendixs runtime.

You can, and should, host the mendix runtime behind a http server like apache, nginx, or similar. In the Mendix cloud we use Nginx.

answered