EJB 作为 Web 服务 - 会话超时

发布于 2024-09-04 15:28:35 字数 149 浏览 3 评论 0原文

我想知道如何增加基于 EJB 的 Web 服务的会话超时。

JBOSS_HOME/server/default/tmp/deploy/WebService.war/WEB-INF 中自动创建的 web.xml 是否可以修改或自定义该文件的创建?

谢谢

I would like to know how to increase the session-timeout of an EJB-based Web Service.

Can the automatically created web.xml found in the JBOSS_HOME/server/default/tmp/deploy/WebService.war/WEB-INF be modified or customize the creation of this file?

Thank you

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

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

发布评论

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

评论(1

在梵高的星空下 2024-09-11 15:28:35

JBoss 应用程序服务器的默认会话 bean 超时为 30 分钟,该超时在 server/default/conf/standardjboss.xml 中配置。更改 max-bean-life。

<max-bean-life>1800</max-bean-life>  

JBoss Application Server has a default session bean timeout of 30 minutes, which is configured in server/default/conf/standardjboss.xml.change the max-bean-life.

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