Top "Jetty" questions

Eclipse Jetty is a widely-used async Java-based HTTP server and servlet engine supporting HTTP/1.0, HTTP/1.1, HTTP/2, and WebSocket protocols.

Asynchronous Servlet with Embedded Jetty

I want to build a real simple example for invoking a asynchronous servlet in an embedded Jetty server. When I …

servlets asynchronous jetty embedded-jetty
Mapping WebSocketEndpoints in a web.xml file

I am trying to develop a Java EE 7 web application that uses a websocket endpoint and deploy it on a …

java jakarta-ee web-applications jetty java-ee-7
Jetty Maven Plugin is ignoring custom webdefault.xml

I'm trying to get around the common issue of Jetty locking static files on Windows with the technique of setting …

windows jetty maven-plugin maven-3 maven-jetty-plugin
Getting maven to start jetty (Tapestry Tutorial)

I'm trying to work through the Tapestry tutorial. I think I got everything set up right and so far so …

java maven-2 jetty tapestry
Maven jetty plugin - automatic reload using a multi-module project

I am developing a Java web application, using a multi-module maven project. The project setup is the following: pom.xml …

java maven jetty maven-jetty-plugin maven-module
Facing java.lang.NoSuchMethodError: HttpServletRequest.getParts()Ljava/util/Collection

I've seen many issues related to this exception here in so and most of them are being solved by adding …

java jetty nosuchmethoderror
What's the correct Maven dependencies to use Spring JMS and ActiveMQ?

This is quite a common problem and I have found plenty solutions that do not work for me on the …

spring maven jetty activemq spring-jms
Understanding a hs_err_pid<n>.log file

See here for original question. I'm writing a Java service, using Jetty for Webserving and SQLite for database storage. Source …

java sqlite jvm jetty jvm-crash
logback logging with maven-jetty-plugin

I want to use logback logging with maven-jetty-plugin. Apparently, the system property logback.configurationFile is read after maven-jetty-plugin is started …

maven jetty logback maven-jetty-plugin
Exception using weld CDI with Jetty: Singleton not set for STATIC_INSTANCE

I am trying to configure Jetty with JSF and Weld CDI. After following this manual, I stumble upon the following …

jetty cdi maven-jetty-plugin weld