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.

Java / Jetty: How to Add Filter to Embedded Jetty

I am working with embedded Jetty and I want to add a servlet filter to check for authentication before each …

java spring jetty embedded-jetty
Lightweight alternative to Jetty

Usually Jetty is mentioned as the lightweight alternative when it comes to servlet containers like Tomcat and App Servers like …

java tomcat glassfish jersey jetty
Embedded Jetty looking for files inside its Jar file

I successfully embedded Jetty on a test application. It can serve files without issues. Now I want to know if …

jsp jar jetty embedded-jetty embeddedwebserver
Failed to load resource: net::ERR_CONNECTION_RESET with Apache 2.4 and Chrome

I use an application behind a reverse proxy using Apache 2.4 (mod_jk). When I request some page, it takes forever …

apache jetty reverse-proxy httpd.conf mod-jk
How does jetty handle multiple requests

I have been working with spring web applications using jetty/tomcat app server for around two years now, however the …

jetty
How do I install Jetty WTP Server Adapter for Eclipse 3.5?

Currently I am attempting to install the Jetty WTP Server Adapter for Eclipse 3.5 and get the following errors: An error …

jetty eclipse-wtp eclipse-3.5
Jetty HTTP logging

I would like to have Jetty log all HTTP requests (along with the body) and responses. Is this natively supported …

java http logging jetty
How to run jetty server for java junit testing

I am trying to write an integration test to spin up jetty server locally and then use client to communicate …

java rest jetty embedded-jetty
Jetty Annotation Timeout Reason

I am tying to run my web application with maven jetty plugin. But after some time at startup, it gives …

maven spring-mvc annotations jetty maven-jetty-plugin
Jetty: how to disable logging?

I am trying to embed Jetty 6.1 in another program. Jetty is dumping INFO-log information and I need to turn it …

logging jetty