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.

Strange java.lang.ArrayIndexOutOfBoundsException thrown on jetty startup

Whenever I deploy jetty application I hit this issue. Looks like some jar or class is broken. Colleagues compiling exactly …

java jetty maven-jetty-plugin
Integrating Jetty with JAX-RS-Jersey

After an exhaustive search of the web and Stackoverflow, I am still stuck with trying to figure out how to …

java servlets jetty jersey jax-rs
How to disable directory listing for Jetty's WebAppContext?

I'm embedding Jetty (version 7.4.5.v20110725) into a java application. I'm serving JSP pages in ./webapps/jsp/ using Jetty's WebAppContext, but …

java jetty embedded-jetty
How to secure Jetty to only allow access from loopback(localhost)

How can I secure jetty to only allow connections from localhost? This means a connection to server A on System …

security jetty localhost
how to set connection/request timeout for jetty server?

I'm running an embedded jetty server (jetty 6.1.24) inside my application like this: Handler handler=new AbstractHandler() { @Override public void handle(…

jetty embedded-jetty connection-timeout
Alternatives to Apache HttpComponents?

So, I've come to the conclusion that Apache HttpComponents 4 is one of the most overwrought APIs I've ever come across. …

java http jetty httpclient
Apache multipart POST "pass request body failed"

We are having problems with our web server (which is configured ssl -> apache -> jetty) randomly rejecting …

apache https jetty multipart mod-proxy
Transport dt_socket 8787 already in use

I am trying to run a Server and Client application in Jetty server on my Ubuntu 12.04 machine. The server starts …

java maven jetty maven-jetty-plugin
cannot load JSTL taglib within embedded Jetty server

I am writing a web application that runs within an embedded Jetty instance. When I attempt to execute a JSTL …

java jetty jstl taglib embedded-jetty
Why is getUserMedia throwing a [object NavigatorUserMediaError] when I click "Allow" in Chrome?

Recently, I started getting errors when trying to access the client's mic through my website. When Chrome asks whether to …

javascript audio jetty webrtc embedded-jetty