Make manual changes for WebLogic
To make manual changes for WebLogic:
- Edit the startWLS file located in the WebLogic installation directory for your platform (see table below). In $JAVA_OPTIONS or
on the line that starts up the Java process, add the following after the classpath:
-Dfile.encoding=ENCODING
where ENCODING is the character encoding in which the JVM will run. This needs to be
set to UTF-8.
For example, the line should read:
$JAVA $JAVA_OPTIONS -ms128m -mx128m -classpath $JAVACLASSPATH -Dfile.encoding=UTF-8 ...weblogic.Server
Note:
Java accepts both UTF-8 and UTF8.
UNIX/Linux: Edit the startWebLogic.sh/startWLS.sh file. |
Windows: Edit the startWebLogic.cmd/startWLS.cmd file. |