我的应用程序升级到tomcat 8,现在由于server.xml中的协议属性缺少类server.xml而无法启动。
发布于 2018-04-21 06:24:11
请更改
org.apache.coyote.http11.http11protocol
至
org.apache.coyote.http11.http11NioProtocol。
org.apache.coyote.http11.http11NioProtocol
https://stackoverflow.com/questions/41512249
相似问题