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.

Limit on the length of the data that a webserver can return in response to a GET request

I have a REST service running on jetty server that responds to GET requests with some resource data. So far …

http rest webserver jetty
Configuring Jetty for high request volume

In our application we need to handle request volumes in excess of 5,000 requests per second. We've been told that this …

java performance http jetty
No plugin found for prefix 'jetty' in the current project

I have added jetty mvn plugin code in my project pom.xml. <plugin> <groupId>org.mortbay.…

maven jetty maven-jetty-plugin
Remote debug Jetty (no mvn, no plugins)

Past scenario - Work with Tomcat and start in debug mode and Remote Debug with Eclipse. - Define a port …

eclipse debugging jetty remote-debugging
Executable war file that starts jetty without maven

I'm trying to make an "executable" war file (java -jar myWarFile.war) that will start up a Jetty webserver that …

java executable jetty manifest war
CDI injection is not working in Servlets

I really need your help. I'm working on this problem for weeks or months now. I apologize for the long …

jakarta-ee servlets jetty cdi jboss-weld
Change thread pool size in Jetty 9

How can I change thread pool size in embedded Jetty 9? Do we need any specific component for this?

java servlets jetty
How do I create an embedded WebSocket server Jetty 9?

I hate asking such a vague question, but I'm having a hard time finding a simple example. Here's what I …

java websocket jetty embedded-jetty
How to set context-param in spring-boot

In the classic web.xml type configuration you could configure context parameters like so web.xml ... <context-param> <…

spring-mvc jetty spring-boot
Solr localhost:8983 Not Found

I have downloaded Solr 3.5.0. After unzipping I cd into solr\example and then run java -jar start.jar. The following …

java solr jetty