Top "Embedded-jetty" questions

Jetty is a widely used web container (server) written in Java and produced by Eclipse.

How to configure cache for static resources in web.xml for Jetty?

I was reading this: http://docs.codehaus.org/display/JETTY/LastModifiedCacheControl It says The Jetty default servlet allows the cache …

configuration caching jetty embedded-jetty cache-control
Embedding Jetty as a Servlet Container

I'm using Tomcat to serve my Java Servlets and it's kinda more for me. I just need to serve, Servlet …

java servlets embedded-jetty
Java / Jetty: How to Add Filter to Embedded Jetty

I am working with embedded Jetty and I want to add a servlet filter to check for authentication before each …

java spring jetty embedded-jetty
Embedded Jetty looking for files inside its Jar file

I successfully embedded Jetty on a test application. It can serve files without issues. Now I want to know if …

jsp jar jetty embedded-jetty embeddedwebserver
How to run jetty server for java junit testing

I am trying to write an integration test to spin up jetty server locally and then use client to communicate …

java rest jetty embedded-jetty
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
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
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
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
Embedded Jetty with Maven example fails to restart: Address already in use

When trying to repeatedly run the Embedded Jetty with Maven example in NetBeans, I unfortunately get the error: cd /Users/…

java netbeans jetty embedded-jetty jetty-9