Questions tagged [jetty-11]

3 questions
1
vote
0 answers

Jetty 11 distribution missing

What is the official way to setup a Jetty 11 standalone instance? We have migrated our web application to Java 17. For development we are using the latest jetty 11.0.15 maven plugin. Now we need a Jetty 11.0.15 standalone instance on Debian 11 but…
JCvanDamme
  • 621
  • 5
  • 20
1
vote
1 answer

HTTP/3 Server using Jetty 11 not responding

I'm trying to implement a HTTP/3 test server using Jetty 11 with Java 11 (as experiment). I'm following the code in the documentation: public class HTTP3Server { public static void main(String[] args) { Server server = new Server(); …
lepe
  • 24,677
  • 9
  • 99
  • 108
0
votes
0 answers

jetty 9.4.39.v2021032 giving error when upgrading application from java 11 to java 17

I am getting below error when trying to upgrade app from java 11 to java 17. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110) at…