EJB 作为 Web 服务 - 会话超时
我想知道如何增加基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JBoss 应用程序服务器的默认会话 bean 超时为 30 分钟,该超时在 server/default/conf/standardjboss.xml 中配置。更改 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.