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.
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.