BEA / Oracle Aqualogic BPM 问题

发布于 2024-08-22 02:52:27 字数 171 浏览 5 评论 0原文

我正在使用 BEA Aqualogic BPM 5.7,过了一会儿我就看到了超时屏幕。 它显示 BEA Aqualogic Hiper WorkSpace for BPM,您的会话已过期,并且有一个“再次登录”按钮。

有谁知道如何更改该屏幕或如何增加超时,以便用户不会经常看到该屏幕?

提前致谢,

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 session 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,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

︶ ̄淡然 2024-08-29 02:52:27

您可以在 $ALBPM_HOME/webapps/portal/WEB-INF/web.xml 中更改 http 会话超时:

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

这会将会话超时设置为 20 分钟。

PS:对于 ALBPM 6.0,请查看 此文档(但我不确定它是否适用于 5.7)。

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文