I use the Camunda Docker image (GitHub - camunda/docker-camunda-bpm-platform: Camunda 7 - Docker images for the Camunda BPM platform), and I am trying to change the context path of my application by adding the code <Context path="/my-root-folder/camunda" docBase="camunda" />
to the server.xml
file. However, I am not succeeding.
Any suggestions?
Thanks