如何为Tomcat配置CometConnectionManagerValve?

时间:2011-07-15 09:11:30

标签: java tomcat comet configure atmosphere

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

1 个答案:

答案 0 :(得分:3)

我刚才发现了这个。在server.xml中,您可以在引擎定义中添加阀门,如下所示:

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