Deploy camunda rest api as a web app

Hello.

I deployed a Spring web application with a embedded process engine following the documentation https://docs.camunda.org/get-started/spring/.

I’m using wildfly16 and camunda 7.10.0.

How can I deploy camunda rest api? Can I deploy it as a separate web application?

Thank you.

https://blog.camunda.com/post/2015/08/start-and-complete-process-with-rest-api/

Thanks for answering. But my questions is How Can I deploy caminda rest api on tomcat using a shared process engine? Sorry if I wasn’t clear.

you can refer the document for Rest API.

Here is the link: https://docs.camunda.org/manual/7.10/reference/rest/deployment/

http://localhost:8080/engine-rest/deployment/create to deploy the process using Rest Api.

Hope this helps.

Hi @sergiosinuco,

welcome to the forum!

Maybe this might help you:
https://docs.camunda.org/manual/7.10/reference/rest/overview/embeddability/

Best,
Tobias

1 Like