Google Analytics

 

Monday, June 4, 2007

Config Encode UTF-8 On Websphere 6.1

Java Encode UTF-8 On Websphere 6.1
1. Select Application Server --> choose server that you will change encode.
2. After that select Java and Process Management (in section Server Infrastructure) --> Process Definition
3. After that select Java Virtual Machine (in section Additional Properties)
4. Add data in Generic JVM arguments, It use -Dclient.encoding.override=UTF-8
5. Save then Application Server will encode UTF-8.