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.

hot deploy in embedded jetty

I have a Spring Roo project and I use mvn jetty:run to run my app. The only problem is …

maven-2 jetty spring-roo maven-jetty-plugin hotdeploy
How do Jetty and other containers leverage NIO while sticking to the Servlet specification?

I'm new to NIO, and I am trying to figure out how Jetty leverages NIO. My understanding of how traditional …

java servlets jetty nio nonblocking
False java.net.BindException: Address already in use on Jetty

On my CI server I have a test that needs to start Jetty server. The test goes like this: Generate …

java maven continuous-integration jetty rhel
How do I disallow particular SSL protocols in Jetty?

I have a web application running on Jetty 6 + Open JDK 7 on Debian 6.0.7. I have a security requirement to accept a …

java ssl jetty openjdk sslv3
Configuring SSL with Jetty 9

I have spent the better part of the day on this and so far have been unable to get Jetty 9 …

java maven jetty jetty-9
JSF welcome file is not recognized

Accessing http://localhost:8080/basicSetup/faces/index.xhtml works, with the output of : Hello World ! Albert Kam but accessing http://localhost:8080/…

servlets jsf-2 jetty maven-jetty-plugin
How do I configure embedded jetty server to log all requests?

I want to log all soap requests to my server. The server instance is an embedded jetty server. Is there …

java jetty embedded-jetty
DropWizard Bootstrap vs Configuration vs Environment

A typical DropWizard application specifies an Application subclass, and override its initialize method like so: class MyApplication extends Application<…

jersey jetty jax-rs dropwizard
Usage examples for Jetty's ProxyServlet.Transparent class

I am trying to use jetty7 to build a transparent proxy setup. Idea is to hide origin servers behind the …

proxy jetty transparent dynamic-proxy
Jetty: Stopping programatically causes "1 threads could not be stopped"

I have an embedded Jetty 6.1.26 instance. I want to shut it down by HTTP GET sent to /shutdown. So I …

java jetty shutdown