Edit the WebLogic startup script for your platform to include the settings described in the following tables. Substitute the location of your JasperReports Server license file where necessary:
WebLogic Startup Settings on Windows |
|
Filename |
<wl-domain>\bin\startWebLogic.cmd |
Settings |
set JAVA_OPTIONS=%JAVA_OPTIONS% |
Java 11 | set JAVA_OPTS=%JAVA_OPTS% -Djava.locale.providers=COMPAT |
For Oracle (optional) |
set JAVA_OPTIONS=%JAVA_OPTIONS% -Doracle.jdbc.defaultNChar=true |
|
Setting the Oracle localization option, defaultNChar, can substantially impact the performance of JDBC queries. If you don't need to support UTF-8 for your Oracle database, you can omit this setting. |
WebLogic Startup Settings on Linux |
|
Filename |
<wl-domain>/bin/startWebLogic.sh |
Settings |
export JAVA_OPTIONS="$JAVA_OPTIONS |
Java 11 | export JAVA_OPTS="$JAVA_OPTS -Djava.locale.providers=COMPAT" |
For Oracle (optional) |
export JAVA_OPTIONS="$JAVA_OPTIONS -Doracle.jdbc.defaultNChar=true" |
|
Setting the Oracle localization option, defaultNChar, can substantially impact the performance of JDBC queries. If you don't need to support UTF-8 for your Oracle database, you can omit this setting. |