Skip to main content

Deployment

NS JEE applications are deployed on an application server, like any other JEE application. When built, they are packaged as a deployable EAR file. Though in theory the applications should be deployable on various JEE application servers, we primarily support Apache TomEE, which is built on top of Apache Tomcat.

To facilitate easy packaging and deployment of applications, we provide Docker images that can be extended, which already contain the application server and some required dependencies.