-
Task
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
When we build the app with Spring Boot, Camunda resources are mapped on /app, /api and /lib.
There must be a possibility to put the resources under another context. E.g. /camunda/api, /camunda/app etc.
Ideally, this "camunda" context path must be configurable.
Implementation hints:
Most probably Spring Boot packages all web resources together under one context, when deploying them on embedded Tomcat. We could research, if its possible to separate them somehow.
Issue originated from here: https://github.com/camunda/camunda-bpm-spring-boot-starter/issues/150
I think a good entrypoint for discussion would be: what would we do, if we wanted to serve a custom html5/rest application from within the camunda webapp war.
I think the way the camunda webapp application is designed this is not easily possible so far and if we solve it, it should also work on spring boot.