apache - apahce configures a long connection and modifies the protocol of the protocol server.xml, but the communication fails
巴扎黑
巴扎黑 2017-05-16 17:02:21
0
1
413

The problem is this
Due to business needs, the business uses long connections, using the Http11Nio protocol, and Google's comet4j. However, when it comes to apache load balancing, the jk component fails to play a role. Has anyone encountered this problem?
I hope someone with knowledge can give me some advice on Apache configuration

tomcat server.xml

xml<Connector connectionTimeout="20000" port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" redirectPort="8443"/>
巴扎黑
巴扎黑

reply all(1)
曾经蜡笔没有小新

You can look at the AJP port.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!