Hi All,
I want to ask what is best option to running camunda on production environment based on your prior experience? right now for developing, I’m run camunda on Tomcat servlet that’s running through windows service and I will not using container(e.g docker) for running camunda even in production.
for information I use this stack for develop camunda
- Java with JDK 8
- Oracle 19c as RDBMS
- Spring Framework with java delegate
- Publish source as a WAR file
- Use camunda version 7.15
- Process engine mode I choose container managed engine running on tomcat as a windows service
I’m worried is it reliable for production environment if i’m running it on tomcat? any advise based on your prior experience will be help me
Thanks