【发布时间】:2022-04-21 20:46:32
【问题描述】:
我的应用程序升级到了 tomcat 8,现在由于 server.xml 中的协议属性缺少类 org.apache.coyote.http11.http11protocol 而无法启动。
【问题讨论】:
标签: tomcat8
我的应用程序升级到了 tomcat 8,现在由于 server.xml 中的协议属性缺少类 org.apache.coyote.http11.http11protocol 而无法启动。
【问题讨论】:
标签: tomcat8
请更改
org.apache.coyote.http11.http11protocol
到
org.apache.coyote.http11.http11NioProtocol.
【讨论】: