Camunda Engine-Rest Base Path?

Good Day,
I’m trying to synch up my normal API base url and the camunda (7.13+) engine urls.
For example,
The API path is http://{{url}}/my/base/uri/getSomething
The camunda rest engine path is http://{{url}}/rest-engine/task

I need both base paths to be the same /my/base/uri/ so that the camunda endpoint looks like:

http://{{url}}/my/base/uri/engine-rest/task etc

How would I achieve this?

FYI -
server.servlet.context-path property helps achieve this.

1 Like

Thanks for posting the solution you found :slight_smile: