Top "Jetty-8" questions

Version 8 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets and SPDY protocols.

Spring 3.1 WebApplicationInitializer & Embedded Jetty 8 AnnotationConfiguration

I'm trying to create a simple webapp without any XML configuration using Spring 3.1 and an embedded Jetty 8 server. However, I'm …

java spring-mvc jetty embedded-jetty jetty-8
is it possible to send a data when a websocket connection is opened

I am implementing a Jetty Websocket servlet. When the server receives a new connection, I want to send a message …

html websocket jetty-8
Deactivate Jetty's default 404 error handler

I want to provide a custom 404 error page in my Spring 3.1 web application, but I cannot deactivate Jetty 8's default 404 …

spring-mvc jetty web.xml jetty-8
Can I use servlet api 3.0 and jetty 8?

I want to use 3.0 servlet-api with Jetty 8. Currently 2.4 servlet-api is defined in my web.xml. And in the webdefault.xml 2.5 …

servlets servlet-3.0 jetty-8
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: Java.lang.NoClassDefFoundError:org/apache/jasper/runtime/JspApplicationContextImpl error

I am using Jetty 8 (stable), JDK 1.7. Eclipse Luna latest. I am new to using Jetty with Java, I am trying …

java maven noclassdeffounderror jetty-8
Solr 4 with basic authentication

I am trying to connect to solr using solrj. My solr instance runs in jetty and is protected with basic …

authentication solr jetty basic-authentication jetty-8