-
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
This is the controller panel for Smart Panels app
- duplicates
-
CAM-11373 In Spring Boot & Camunda Run, application path of webapps is set to /camunda
- Closed