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.

org.mortbay.jetty.EofException gets thrown when writing to response

I am using jetty 6.1.23 within eclipse RAP (Rich Ajax Platform 1.3.2) and Java version 1.5. I am sending a PNG image to …

java networking jetty broken-pipe
jetty-env.xml with DataSource leads to failing WebAppContext on mvn jetty:run

I have a really simple webapp project with maven and jetty that has been working very well until now. But …

mysql jetty jndi maven-jetty-plugin
Jetty 9 WTP plugin

do anybody know if there is a Jetty 9 WTP plugin for Eclipse available? I can't find official one (only for …

eclipse-plugin jetty eclipse-wtp
Java embedded jetty is accepting HTTP TRACE method

I'm trying to disable HTTP TRACE method in embedded Jetty. In Jetty doc's is info that HTTP trace is disabled …

spring http jetty trace embedded-jetty
restful service interface with jersey

Can I create a restful service with interface and implementation class? If so, will all JAX-RS related imports go into …

web-services jetty jackson jersey-2.0 jetty-8
Jetty: To embed or not to embed?

What are the benefits of embedding jetty vs deploying your webapp(s) in jetty? If you are planning on deploying …

java jetty embedded-jetty web-applications
java.lang.OutOfMemoryError: PermGen space error with Jetty

I am currently getting an java.lang.OutOfMemoryError: PermGen space. I am using Jetty and Linux Ubuntu. I have tried …

java web-services jetty permgen
Serve files from folder outside web application in Jetty

I have a Java web application (Eclipse/OSGI) on a Jetty server. I want to be able to serve static …

web-services jakarta-ee jetty static-files
Add resources to Jetty programmatically

I have a main class that configures and fires up Jetty. (That's standard practice from Wicket for testing a webapp, …

java jetty embedded-jetty
Using Jetty's proxy in standalone Jetty application

I'm investigating using Jetty 9 as a proxy, using standalone Jetty, not embedded Jetty. I've looked for help in many places: …

proxy jetty maven-jetty-plugin jetty-9