Embedded engine in jetty container

Can some one point me to an example of an embedded process engine with workflow in a jetty container?

Thanks!

1 Like

Hi @Dan_Bahir,

Since jetty does not belong to the supported environments 1, we do not have any example of how to embed a process engine in a jetty container.

What do you want achieve? Do you want to use the process engine in a shared 2 or embedded 3 way?

Cheers,
Roman

Take a look at the Spring Boot starter

That will use tomcat out of the box. But if I remember correctly, changing to Jetty is just a matter of adding the jetty dependency to your pom and Spring Boot will use that instead of jetty.