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.

maven jetty - org.mortbay.jetty vs org.eclipse.jetty

I'm trying to use jetty to host a simple helloworld servlet using maven. I'm very confused. I followed these instructions, …

maven jetty
Apache Camel Http and SSL

I have been trying to get a 2-way ssl/https proxy working with Camel. I have been able to set …

java ssl jetty apache-camel apache-httpclient-4.x
Use Jetty or Netty?

We're in the process of writing a high-performance server for processing messages. We've been using Jetty for several years and …

asynchronous jetty netty
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
jetty:run causes class not found exception for org.mortbay.jetty.webapp.WebAppContext

Hi i have the following configuration. <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId&…

jetty classnotfoundexception maven-jetty-plugin
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
Jetty 7 + MySQL Config [java.lang.ClassNotFoundException: org.mortbay.jetty.webapp.WebAppContext]

I've been trying to get a c3p0 db connection pool configured for Jetty, but I keep getting a ClassNotFoundException: 2010…

java mysql jetty database-connection c3p0
Jetty - set system property

I run webapp on Jetty. The configuration for the app come from file that lives on the same server where …

configuration jetty system-properties
Web User Interface for a Java application

I'm trying to create a web user interface for a Java application. The user interface is going to be very …

java jsp tomcat jetty application-server