Additional Java parameters to pass to Java when it is launched.
These are not parameters for your application, but rather parameters for the JVM.
Each element has a property name which starts with
wrapper.java.additional.
and the "<n>" component of the property name is an integer number counting up from "1".
By default, there can be no missing numbers. The
wrapper.ignore_sequence_gaps
property can optionally be set to allow gaps in the sequence.
For each entry, you can also have a corresponding strip quotes flag
(stripquotes property = TRUE)
which will remove unescaped quotes from the element when run on Linux/Unix machines.
This is necessary to allow for file references which contain spaces.
For parameters like the one below, it would not otherwise be possible to decide
when to remove quotes and when to leave them alone.
All other characters except for the followings will remain unchanged.
If you specify -Xrs as an additional Java parameter,
the Wrapper's ability to handle all system signals will be compromised.
Requesting a thread dump will cause the JVM to halt suddenly
and be restarted by the Wrapper for example.
User Comments
If you notice something that is incorrect, missing, or simply feel that some part of this page could be explained better, feel free to log in and add a comment. You will need to register before you can log on.