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.

Serving static files from alternate path in embedded Jetty

I'm trying to create an embedded jetty server with both a custom servlet that serves some dynamic data, and default …

java servlets jetty embedded-jetty fileserver
Jetty HTTP 413 Header Full error - Java/Scala

I am using Jetty 7.6 with Scalatra web framework. In some of the requests, I need to send a large text …

servlets jetty scalatra
What jetty jar should I use?

I'd like to create an application using the embedded version of Jetty. Unfortunately, I can't find any information on what …

jetty embedded-jetty
Spring boot app vs .war file deployed on Tomcat/Jetty

In my case let's consider a simple RESTful service created and configured with Spring Boot. This service communicates with a …

java tomcat spring-boot jetty
Jetty 7: OutOfMemoryError: PermGen space on application redeploy

First time app starts correctly. Then I delete webapp/*.war file and paste new version of *.war. Jetty start deploying …

memory-leaks jetty out-of-memory permgen jvm-arguments
Setting up Jetty in Eclipse

I'm trying to follow a tutorial on Tapestry. (http://tapestry.apache.org/tapestry5.1/tutorial1/env.html) The tutorial recommends Jetty 5.1 …

eclipse jetty tapestry
How do stateless servers work?

I try to understand this. Normally each time user login system, server side will create a session, while user client …

java spring gwt spring-security jetty
ActiveMQ won't restart because KahaDB is locked

Locally to start/stop ActiveMQ (5.6) on my dev machine I just run ./activemq start and ./activemq stop respectively. On our …

java jetty activemq restart
Deploying a servlet programmatically with Jetty

I've got a servlet that I wish to deploy programmatically using Jetty. The servlet uses Spring and it's web.xml …

spring servlets jetty context.xml
Configure logging for Jetty's maven plugin?

I'm invoking the "jetty:run" goal with the following plugin configuration: <plugin> <groupId>org.mortbay.jetty&…

jetty slf4j maven-jetty-plugin