为什么 org.apache.coyote.http11.http11protocol 在 tomcat 8 中被删除

Bhe*_*man 6 tomcat8

我的应用程序升级到 tomcat 8,现在由于server.xml 中缺少协议属性的org.apache.coyote.http11.http11protocol类而无法启动。

小智 5

请更改

org.apache.coyote.http11.http11protocol

org.apache.coyote.http11.http11NioProtocol