-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
User Story (Required on creation):
I want to start the java agent and pass such an argument when starting Camunda Run, for example via the Docker container.
-javaagent:/camunda/javaagent/applicationinsights-agent-3.1.0.jar
Functional Requirements (Required before implementation):
- JVM options can be passed on to Run when starting it.
- This works for the Docker container and the "plain" distribution (ZIP, tarball)
Technical Requirements (Required before implementation):
- Integrate an environment variable into the start scripts that can hold additional Java options
Limitations of Scope (Optional):
Workaround:
Adjust the start script on the local distribution with required Java options.
Hints (Optional):
- Docker allows to pass JAVA_OPTS when starting Java
- JAVA_OPTS could be integrated in start scripts when starting Java in the Run distribution