Top "Embedded-jetty" questions

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

Configuring a spring-boot application using web.xml

I'm bootifying an existing Spring Web application so the generated war file embed a Jetty web server. I want to …

configuration servlet-filters web.xml embedded-jetty spring-boot
How to embed Jetty and Jersey into my Java application

So I'm trying to embed jetty into my web application so that if I package it as a jar someone …

java maven jetty embedded-jetty
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
Configure embedded jetty with web.xml?

I am trying to generate both a war with my web application as well as a self contained jar file …

java maven jakarta-ee jetty embedded-jetty
How to add Access-Control-Allow-Origin to jetty server

I've got a jetty server to run my web services. Recently I developed a program to consume the web service …

java jetty embedded-jetty
Is there a good way to use maven to run an executable jar?

I have a multimodule maven project, and one of the modules is for distribution. Project \ | moduleA \ | moduleB \ | ... | dist-module \ The distribution …

java maven build jar embedded-jetty
How to disable directory listing for Jetty's WebAppContext?

I'm embedding Jetty (version 7.4.5.v20110725) into a java application. I'm serving JSP pages in ./webapps/jsp/ using Jetty's WebAppContext, but …

java jetty embedded-jetty
how to set connection/request timeout for jetty server?

I'm running an embedded jetty server (jetty 6.1.24) inside my application like this: Handler handler=new AbstractHandler() { @Override public void handle(…

jetty embedded-jetty connection-timeout
cannot load JSTL taglib within embedded Jetty server

I am writing a web application that runs within an embedded Jetty instance. When I attempt to execute a JSTL …

java jetty jstl taglib embedded-jetty
Why is getUserMedia throwing a [object NavigatorUserMediaError] when I click "Allow" in Chrome?

Recently, I started getting errors when trying to access the client's mic through my website. When Chrome asks whether to …

javascript audio jetty webrtc embedded-jetty