HTTP/2 support in Tomcat 8
问题 After some research, I was surprised that I did not not find any resource on HTTP/2 support in Tomcat. Changelogs of 8.0 indicate an experimental support of SPDY and wiki refers to HTTP/2 as a supported spec (http://wiki.apache.org/tomcat/Specifications) but I don't find any tutorial on it. Do you know if it is already possible to enable HTTP/2 on Tomcat? If the answer is yes how I can do that? 回答1: Tomcat does not yet support HTTP/2. HTTP/2 support is planned for Tomcat 9 onwards. It may get