如何为 Tomcat 配置 CometConnectionManagerValve?

发布于 2024-11-24 16:49:32 字数 161 浏览 4 评论 0原文

我正在尝试让 Tomcat 6.0 运行起来。在大气白皮书中,简要提到我必须“配置 CometConnectionManagerValve Valve”以自动检测远程客户端断开连接。 我一直在谷歌上搜索配置 CometConnectionManagerValve。但没有任何有用的结果。我在哪里配置这个阀门?

I'm trying to get atmosphere running with tomcat 6.0. In the atmosphere whitepaper it is briefly mentioned that I have to "configure the CometConnectionManagerValve Valve" to have auto-detect remote client disconnection.
I have been googling on configure CometConnectionManagerValve. But nothing useful came up. Where do I configure this valve?

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

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

发布评论

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

评论(1

愛放△進行李 2024-12-01 16:49:32

我不久前就发现了这一点。在 server.xml 中,您可以在引擎定义中添加 Valve,如下所示:

I have found this out a while ago. In the server.xml you can add the valve in the engine definition as follows:

<Valve className="org.apache.catalina.valves.CometConnectionManagerValve"/>

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