Hello I never used HTTP/2 in Pax Web 7 (used in Karaf before 4.4), but I ensured that it works (h2 and h2c) well (and consistently for Jetty/Tomcat/Undertow) with Pax Web 8 used in Karaf 4.4.
See this Pax Exam config to check which features you need: https://github.com/ops4j/org.ops4j.pax.web/blob/pax-web-8.0.x/pax-web-itest/pax-web-itest-karaf/src/test/java/org/ops4j/pax/web/itest/karaf/AbstractKarafTestBase.java#L199-L206 . Also check features with `http` in their name: https://github.com/ops4j/org.ops4j.pax.web/blob/pax-web-8.0.x/pax-web-features/src/main/resources/features.xml regards Grzegorz Grzybek pon., 12 cze 2023 o 09:50 Richard Hierlmeier <[email protected]> napisaĆ(a): > > Has someone a good example how to enable http2 in Karaf 4.3? > > Regards > > Richard >
