@ Tilo the answer is correct, but I feel like I should add that you have to take care of the JAVA_OPTS environment variable . Many people / servers tend to use it (e.g., remote debugging), because everything you put in JAVA_OPTS is passed as JVM arguments to any new JVM. If you have set this environment variable, then any wrapper.java.additional.<n> will be ignored . I found this on my way :)
source
share