开发者

BEA / Oracle Aqualogic BPM question

I'm using BEA Aqualogic BPM 5.7 and after a while I'm getting the time out screen. It says BEA Aqualogic Hiper WorkSpace for BPM, your s开发者_如何学运维ession has expired and it has a "Login again" button.

Does anybody know how to change that screen or how to increase the time out so the user does not see that screen so often?

Thanks in advance,


You can change the http session-timeout in $ALBPM_HOME/webapps/portal/WEB-INF/web.xml:

<session-config>
  <session-timeout>20</session-timeout>
</session-config> 

This sets the session timeout to 20 minutes.

PS: for ALBPM 6.0, have a look at this document (but I'm not sure it applies to 5.7).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜