-
Notifications
You must be signed in to change notification settings - Fork 4
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 warThis will generate a war file into your project .build directory that you can deploy into your application server of choice.