1、在startWebloci.cmd 中

set CLASSPATH=%SAVE_CLASSPATH% 下增加一行

JAVA_OPTIONS="${JAVA_OPTIONS} -Dfile.encoding=utf-8"

 

解决weblogic 部署环境后出现的乱码问题

2、在setDomainEnv.cmd 中增加 一行 -Dserver.config=.\server-config.properties -Dfile.encoding=utf-8, 红色为增加的

1 if "%ADMIN_URL%"=="" (
2     @REM The then part of this block is telling us we are either starting an admin server OR we are non-clustered
3     set CLUSTER_PROPERTIES=-Dweblogic.management.discover=true -Dserver.config=.\server-config.properties -Dfile.encoding=utf-8
4 ) else (
5     set CLUSTER_PROPERTIES=-Dweblogic.management.discover=false -Dweblogic.management.server=%ADMIN_URL%
6 )

 

相关文章:

  • 2021-05-21
  • 2021-09-24
  • 2021-08-11
  • 2021-05-06
  • 2021-11-24
  • 2021-07-18
  • 2021-10-27
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-05-25
  • 2021-07-11
  • 2022-01-13
  • 2021-12-22
  • 2021-10-18
  • 2022-12-23
相关资源
相似解决方案