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.

NoClassDefFoundError: org/w3c/dom/ElementTraversal

I installed Jetty 7 and configured it correcty for IdP Shibboleth following this guide: https://wiki.shibboleth.net/confluence/display/SHIB2/…

java jetty shibboleth
404 Not Found Error in a simple Jetty/Maven Hello World webapp

I have followed the instructions to create a "Standard WebApp with Jetty and Maven" precisely as described on the eclipse …

maven maven-2 jetty embedded-jetty
Configure SSL on Jetty

I am trying to configure SSL on my Jetty. I read this: http://docs.codehaus.org/display/JETTY/How+to+…

ssl jetty
Serving static files with embedded Jetty

I'm trying to build a simple demo app with embedded Jetty that serves static files from a "html" directory that's …

java jetty embedded-jetty
How to control VM arguments for maven-jetty-plugin?

How to set VM arguments for Jetty run from maven-jetty-plugin? For example, I need to pass -Xmx arguments to Jetty …

java jetty maven-2 maven-jetty-plugin
could not find Factory: javax.faces.context.FacesContextFactory

I notice that when trying to setup my JSF 2 webapp running on jetty, i have this error : java.lang.IllegalStateException: …

servlets jsf-2 jetty maven-jetty-plugin
Correct way to deploy WAR files in docker image

What is the docker way to deploy java projects in a docker container? Do I copy the war into webapps: …

java maven jetty docker dockerfile
Jetty throws NoClassDefFoundError: org/eclipse/jetty/util/FutureCallback on shutdown

Our maven build throws at the end of the build of the shutdown of jetty a NoClassDefFoundError that I do …

java jetty noclassdeffounderror shutdown
is it possible to use CNAME (alias) for <host:port>

Is there a way i can hide the port from url and use cname (alias) instead of :. For e.g. …

jsp servlets webserver jetty
Jetty Cross Origin Filter

I've configured Jetty's cross origin filter, but I continue to get the following error. Does anyone know what is wrong …

java ajax cross-domain jetty cors