Situation:
I'd like to change the default character set encoding for the Adeptia system to UTF-8
Solution
Add the "-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8" entries to your launcher.properties file as shown below (/ServerKernel/etc)
#Kernel JVM parameters
KN:JVM: -Xms512M -Xmx2048M -Xrs -XX:PermSize=128M -XX:MaxPermSize=256M
-Djava.library.path=/opt/mqm/java/lib64 -Dfile.encod
ing=UTF-8 -Dsun.jnu.encoding=UTF-8
#Webrunner JVM parameters
WB:JVM: -Xms128M -Xmx1536M -Xrs -XX:PermSize=128M -XX:MaxPermSize=512M
-Djava.library.path=/opt/mqm/java/lib64 -Dfile.encod
ing=UTF-8 -Dsun.jnu.encoding=UTF-8
Comments
0 comments
Article is closed for comments.