Skip to main content
12 events
when toggle format what by license comment
Feb 18, 2020 at 5:46 comment added theNextBigThing I have checked with spring boot 2.2.4, embedded tomcat 9.x and JAVA8. By configuring server.http2.enabled=true and setting up the java.library.path to tomcat native bin path, I am able to see the APIs running on HTTP2.
Mar 6, 2019 at 11:56 history edited yglodt CC BY-SA 4.0
added 396 characters in body
Aug 3, 2017 at 4:07 comment added corlaez Do you have source about embedded tomcat (8.5) support of http2? I read something about tomcat native. I havent been able to set up tomcat yet.
Aug 2, 2017 at 6:00 comment added yglodt Embedded Tomcat does also support http2, and ssl can be configured like this: docs.spring.io/spring-boot/docs/current/reference/html/…. If you do that, and add the connector.addUpgradeProtocol(new Http2Protocol()); I believed it should work.
Aug 1, 2017 at 21:50 comment added corlaez I was planning to use it with embedded tomcat of spring which is 8.5. I think I will try Undertow it is supposed to have support for http2
Aug 1, 2017 at 21:40 comment added yglodt Check this link readlearncode.com/configure-tomcat-9-for-http2 posted by Alex above.
Aug 1, 2017 at 20:08 comment added corlaez Is there a way to not use HAproxy? Spring boot and tomcat couldn't just handle encription and the upgrade?
Jul 14, 2017 at 18:32 history edited yglodt CC BY-SA 3.0
added 30 characters in body
May 16, 2017 at 12:16 history edited yglodt CC BY-SA 3.0
added 69 characters in body
May 16, 2017 at 12:09 vote accept yglodt
Apr 4, 2017 at 12:49 history edited yglodt CC BY-SA 3.0
added 297 characters in body
Apr 4, 2017 at 12:43 history answered yglodt CC BY-SA 3.0