Hi ,
I am beginner in camuda.
I have a problem that i can’t deploy my application .the problem is in Postman . it shows status 404 not found . There is a screenshot of the problem.
Thank you
Is the engine running?
Can you log into http://localhost:8080/camunda
How exactly are you running camunda - tomcat? springboot?
Does calling the rest api via the browser work ok?
if you put http://localhost:8080/engine-rest/engine
into your browser does it return:
name : "default"
2 Likes
Hi , @Ingo_Richtsmeier
It works . thanks a lot .
Hi , @Niall use tomcat .
Yes it returns “default” .