tomcat连接器选择
推荐
- nio2(tomcat 7 only)
- nio
配置方法
- tomcat 8:
protocol="org.apache.coyote.http11.Http11Nio2Protocol" - tomcat 7:
protocol="org.apache.coyote.http11.Http11NioProtocol"
Rambling of a coder who craves for knowledge and understanding of the world.
protocol="org.apache.coyote.http11.Http11Nio2Protocol"protocol="org.apache.coyote.http11.Http11NioProtocol"