在 V4.5 或 V5.0 Content Engine 服务器上,为您的应用程序服务器设置或调整事务超时值。
选项 |
描述 |
WebSphere® Application Server |
- 在 Content Engine 服务器上:
- 登录到 WebSphere Application Server 管理控制台。
- 浏览至。
- 根据“为 Content Engine 配置 WebSphere Application Server”任务中的描述,增加总事务生存期超时值和最大事务超时值。
- 在 IBM® Enterprise Records 服务器上,设置“请求超时”值:
- 登录到 WebSphere Application Server 管理控制台。
- 浏览至。
- 将“请求超时”值设置为您为 Content Engine 设置的事务超时值的 150%。
例如,如果 Content Engine“事务超时”值为 600,那么将“请求超时”值设置为 900。Content Engine 事务超时和 IBM Enterprise Records ORB 服务事务超时之间存在差值。您需要先为所有应用程序服务器设置 Content Engine 事务超时,然后仅为 WebSphere Application Server 更改 IBM Enterprise Records ORB 服务事务超时。
|
WebLogic Server |
完成 《IBM FileNet P8 平台安装与升级指南》 中“为 Content Engine 配置 WebLogic Server”任务中的“(可选)调整事务超时值”步骤。 |
JBoss Application Server |
- 在 Content Engine 服务器上,停止 JBoss Application Server。
- 转至 JBOSS_HOME/server/default/conf/jboss-service.xml 目录,然后打开该文件进行编辑。
- 找到 TransactionTimeout 属性标记,然后将其值设置为最少 600(秒)。例如:
<attribute name="Transaction
Timeout">600</attribute>
- 保存并关闭 jboss-service.xml。
- 启动 JBoss Application Server。
|