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.

Error:(2, 0) Plugin with id 'jetty' not found

Yesterday I upgraded Android Studio to version 3.0, but I'm working with LibGdx and after the upgrade I cannot build my …

java android-studio gradle libgdx jetty
How to disable the SSLv3 protocol in Jetty to prevent Poodle Attack

Is there any specific exclusion list available which disables only SSLv3 ciphers are not TLSv1/2. I have jetty 8, and upgrading …

java security ssl jetty
How do I send an HTTP response without Transfer Encoding: chunked?

I have a Java Servlet that responds to the Twilio API. It appears that Twilio does not support the chunked …

java servlets jetty chunked-encoding
Connecting to a secured websocket

I'm trying to connect to a secured websocket using Jetty (or any other library). The issue is I get a "…

java jetty tyrus
How do I configure nginx as proxy to jetty?

I've been trying to set up nginx as proxy to jetty. I want to do something as explained in this …

java nginx jetty ring
Getting Error scanning file when running jetty 9 on java 8 using the maven jetty plugin

I'm running a trivial Hello World web application using servlet-3.1, jetty-9 running on jdk-8 and using the maven-jetty-plugin. public class …

java servlets jetty maven-jetty-plugin
How do you get embedded Jetty 9 to successfully resolve the JSTL URI?

I'm packaging a Web Application Archive (.war) so that it can be started via java -jar webapp.war in a …

jsp jetty jstl embedded-jetty
Restricting IP addresses for Jetty and Solr

I'm setting up Solr using Jetty. I would like to restrict access to only a few IP addresses. It doesn't …

solr ip jetty restriction
Cryptic jetty-maven-plugin error message 'ERROR: PWC6117: File "null" not found'

I have a Maven Webapp producing a WAR file. I've just upgraded my Jetty plugin to the 7.4.2.v20110526 (from 6.x). …

maven-2 jetty maven-jetty-plugin
Shortest code to start embedded Jetty server

I'm writing some example code where an embedded Jetty server is started. The server must load exactly one servlet, send …

java jetty embedded-jetty