What runtime container should I use for production?

Hi everyone,

I haven’t been able to find in the documentation what is the preferred way of deploying Camunda application itself for production.

There is documentation on using Tomcat, WyldFly etc.

But which one is the preferred runtime container for a production environment?

Is Jetty a viable option?

Thank you,

John

We don’t have officially support Jetty though i know some people do use it.
Either tomcat or wildfly are good options depending on what you require and which one you have most experience using.

Thank you @Niall !