如何为glassfish 4.1禁用连接keep-alive。
含义:不允许连接到我的glassfish http端口的客户端保持其连接存活。
根据迁移手册,配置密钥从glassfish 3.0更改为glassfish 4.0,但我无法弄清楚新配置。
答案 0 :(得分:1)
我不确定你为什么要这样做,默认情况下在Glassfish 4中没有启用keep-alive。也许你有像Apache这样的东西,它正在添加keep-alive头? 强>
根据Glassfish 4 Migration Guide,元素已从
移出server-config.http-service.keep-alive.timeout-in-seconds
到
server-config.network-config.protocols.protocol.http-listener-1.http.timeout-seconds
但更改此设置对我没有任何影响,我无法让Glassfish发送保持活动标题,如果您遇到相反的问题,这将非常奇怪。