简体   繁体   English

如果我已经升级了nginx以支持http / 2,请问下一个需要升级Tomcat以支持http / 2的问题吗?

[英]If I have upgraded nginx to support http/2, then ask the next need to upgrade Tomcat to support http/2?

Now, Tomcat and nginx have been supporting http/2,Our online service has been deployed nginx, to support http/2. 现在,Tomcat和nginx已经支持http / 2,我们的在线服务已经部署了nginx,以支持http / 2。 Then ask the next need to upgrade Tomcat to support http/2? 然后问下下一步是否需要升级Tomcat以支持http / 2? The request process is as follows,Most requests go through tomcat,I think upgrade Tomcat is some benefits, but not sure. 请求过程如下,大多数请求通过tomcat,我认为升级Tomcat有一些好处,但不确定。 If you have a study of this, be grateful 如果您对此有所了解,不胜感激

like this 像这样

There's no necessity and no benefit in this topology, because NGINX will only use HTTP/1.1 for the backend connection. 这种拓扑没有必要也没有好处,因为NGINX仅将HTTP / 1.1用于后端连接。 HTTP/2 on the backend connection isn't supported. 不支持后端连接上的HTTP / 2。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Tomcat对HTTP / 2.0的支持? - Tomcat support for HTTP/2.0? Tomcat 8中的HTTP / 2支持 - HTTP/2 support in Tomcat 8 tomcat是否支持http PATCH方法? - Does tomcat support http PATCH method? 当支持http和https时,Spring启动tomcat httpsession不一样 - Spring boot tomcat httpsession is not same when support both http & https 使用Nginx和Tomcat支持URL中的动态路径 - Support for Dynamic path in URL with Nginx and Tomcat 在Elastic BeansTalk,Tomcat,Nginx中将Http重定向到Https - Redirect Http to Https in Elastic BeansTalk, Tomcat, Nginx 嵌入式 Tomcat 给出“不允许 HTTP 升级到 WebSocket”错误 - Embedded Tomcat gives "did not permit the HTTP upgrade to WebSocket" error 通过Apache和Tomcat的WebSockets:AJP协议不支持HTTP升级 - WebSockets through Apache and Tomcat: HTTP upgrade is not supported by the AJP protocol tomcat HTTP 状态 404 – GCP VM 升级后未找到 - tomcat HTTP Status 404 – Not Found after GCP VM upgrade 我已经安装了Apache Tomcat 7,并且在浏览器中转到http:// localhost:8080时,看到以下错误:HTTP状态500 - I have installed Apache Tomcat 7 and when I goto http://localhost:8080 in my browser, I see the following error : HTTP Status 500
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM