Skip to content

Application servers support

Solimando Damien edited this page Aug 7, 2015 · 7 revisions

You can deploy your Hot apps in some JEE7 application servers and Servlet containers (must support Servlet 3.1 spec).

Here is the list of the supported applications servers:

  • Apache Tomcat (tested on 8.0.24)
  • Glassfish (tested on 4.1)

In order to deploy your Hot app, just create a war file using the Hot cli

$ hot war

This will generate a war file into your project .build directory that you can deploy into your application server of choice.

Clone this wiki locally