Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 5.2.3, 6.0.5 GA
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: Infrastructure > App Servers
-
Labels:None
-
Branch Version/s:5.1.x, 5.2.x, 6.0.x
-
Similar Issues:
Description
--[WebSphere]--------------------------------------------------
Navigate to:
Servers > WebSphere application servers > server1 > Configuration tab > Server Infrastructure > Java and Process Management > Process definition > Additional Properties > Java Virtual Machine > Java Virtual Machine > Generic JVM arguments
Add:
-Dfile.encoding=UTF8
to the field. Save configuration and (just to be sure
restart the server.
--[WebLogic]--------------------------------------------------
I was not able to set it in administration console, but only by editing the file: domains\base_domain\bin\setDomainEnv.cmd.
Stop the server, modify the line #244 to looks like this:
set JAVA_PROPERTIES=-Dfile.encoding=UTF8 %JAVA_PROPERTIES% %EXTRA_JAVA_PROPERTIES%
------------------
Issue Links
- is related to
-
LPS-14169
Import UTF8 Characters gets scrambled in Websphere and Weblogic
-
