User Guide
Adobe LiveCycle Manually Configuring JBoss for BAM Server
Installing and Configuring LiveCycle for JBoss Optional JBoss JVM options 83
7. (Optional) Add a JAVA_OPTS setting to include optional JVM options:
● (Windows) set JAVA_OPTS=%JAVA_OPTS% [JVM options]
● (Linux) JAVA_OPTS="$JAVA_OPTS [JVM options]
[JVM options]
are the options that you want to include, in the format
-Dcom.celequest.property.[PARAMETER]=[VALUE]
For information on these options, see “Optional JBoss JVM options” on page 83
.
8. Save and close the startup script file.
Optional JBoss JVM options
You can set several optional JVM parameters that are related to the Business Activity Monitor metadata
database, including language, country, and collation strength. These JVM parameters are expressed using
commands in the following format:
-Dcom.celequest.property.[PARAMETER]=[VALUE]
This table provides valid values for [PARAMETER] and [VALUE].
Parameter Description
LANGUAGE The ISO language code for the server.
For example, the following command sets the LANGUAGE parameter to
Portuguese:
-Dcom.celequest.property.LANGUAGE=PT
COUNTRY
The ISO country code for the server.
LOCALESORT This option specifies whether locale-sensitive string comparisons are performed.
Valid values are
true and false:
● Specify true if you want locale-sensitive string comparisons performed.
● Specify false if you do not want locale-sensitive string comparisons
performed.
The default value is
false.
STRENGTH The level of collation strength, which is the extent to which non-English
characters are compared and collated.
Valid values (in order of least discriminating to most discriminating) are
primary,
secondary, tertiary, and identical. The default value is tertiary.
For more information about collation parameters, see the Sun Java
documentation at http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html
.
Note: This setting is functional only if
LOCALESORT is set to true.