更新开始Content Platform Engine,        应用程序服务器:  WebSphere Application Server     

WebSphere Application Server 上配置字符编码

FileNet® P8 需要以下两个 WebSphere® 设置:com.ibm.CORBA.ORBCharEncoding(用于指定对象请求代理程序所使用的字符数据的本机编码集)和 com.ibm.websphere.security.BasicAuthEncoding(用于与 Web Service 的基本认证所使用的编码进行匹配,以便客户机应用程序可以访问 Web Service)。

过程

要在 WebSphere Application Server 上设置字符编码参数,请完成下列步骤:

  1. 登录到 WebSphere 管理控制台。
  2. 在导航窗格中,单击服务器 > 服务器类型 > WebSphere 应用程序服务器 > server_name,其中 server_name 是您的某个应用程序服务器的名称。
  3. 在“容器服务”部分中,单击 ORB 服务 > 定制属性 > 新建
  4. 在“名称”字段中,输入 com.ibm.CORBA.ORBCharEncoding,将值设置为 UTF8,然后保存更改。
  5. 在“服务器基础结构”部分中,单击 Java 和进程管理 > 进程定义 > Java 虚拟机 > 定制属性 > 新建
  6. 在“名称”字段中,输入 com.ibm.websphere.security.BasicAuthEncoding,将值设置为 UTF8,然后保存更改。
  7. 重新启动应用程序服务器。
  8. 对其他应用程序服务器重复执行步骤 27


最近一次更新时间: 2015 年 10 月
p8pap018.htm

© Copyright IBM Corporation 2013, 2015.
更新结束