zhu894532094 发表于 2018-5-10 06:11:06

redhat 6.5 配置WAS控制台中文

  1、安装linux中文支持
  yum install "@Chinese Support"
  vi /etc/sysconfig/i18n
  LANG="zh_CN.UTF-8"
  2、安装控制台中文包,注意was安装源要存在
  /opt/IBM/InstallationManager/eclipse/tools/imcl modify com.ibm.websphere.NDTRIAL.v85_8.5.5000.20130514_1044 -properties cic.selector.nl=zh -silent -acceptLicense
  

  参考博文:http://blog.csdn.net/wisgood/article/details/38082709
                 http://www.webspherechina.net/Question/89485
页: [1]
查看完整版本: redhat 6.5 配置WAS控制台中文