Friday, October 26, 2012

Setting charset of JVM to UTF-8 for WSO2 Products

To set the charset of JVM during startup by passing file.encoding system property add the following line to bin/wso2server.sh under $JAVA_OPTS.
-Dfile.encoding=UTF-8 \
For more info, read: Supported Encodings

No comments:

Post a Comment