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.

java.io.IOException: Broken pipe

We are currently migrating a legacy application to Jetty. And I have somehow an exception regarding a broken pipe. Java 6 …

java spring-mvc jetty
Is there a way to pass jvm args via command line to maven?

Possible Duplicate: maven jetty plugin - how to control vm arguments? In particular, I want to do something like this: …

java maven jetty
websocket closing connection automatically

I'm building an application in java that has an embedded websocket server based on jetty. The client is the default …

java javascript google-chrome jetty websocket
How to check heap usage of a running JVM from the command line?

Can I check heap usage of a running JVM from the commandline, I mean the actual usage rather than the …

java memory-management garbage-collection jetty jvisualvm
IOException: Too many open files

I'm trying to debug a file descriptor leak in a Java webapp running in Jetty 7.0.1 on Linux. The app had …

java linux jetty ioexception file-descriptor
Tomcat VS Jetty

I'm wondering about the downsides of each servers in respect to a production environment. Did anyone have big problems with …

java tomcat servlets webserver jetty
Debugging Scala code with simple-build-tool (sbt) and IntelliJ

What's the easiest way to debug Scala code managed by sbt using IntelliJ's built-in debugger? The documentation from "RunningSbt" from …

scala intellij-idea jetty sbt
What's the difference between Jetty and Netty?

What is the main difference between Jetty and Netty? Netty is part of Jboss, but is it the default web …

java jetty netty
How do you specify the root context in your <web-app> tags in web.xml?

I would like to specify the root context of my Java web application in my WAR file. How can I …

java tomcat jboss jetty
Change Jetty default port

Jetty default port is 8080, but I want to change to default port to some other port (9999). I read a few …

java maven jetty maven-jetty-plugin