External Forms with Tomcat

Hello!
Can anyone please explain me, how to run an example with external forms on tomcat.

I tried to learn an JSF pages example, but i can launch it only with wildfly distribution (which is not free) because of using camunda-engine-cdi.

So I just want to run camunda on Tomcat and make a simple seperate application with html/js forms, from which I could call camunda “start process” and “complete task”. How can I do this?

Thanks

Hi @dmikheeva,

CDI requires a Java EE container such as Wildfly application server. Tomcat is a JSP/Servlet container.

Wildfly distribution can be used free of charge.