Debug « jetty « Java Enterprise Q&A





1. Jetty 6 always generates debug logs?    stackoverflow.com

I am using Jetty 6.1.24 to develop a Web Service and my code uses slf4j, as Jetty does, and logging is working fine. What I want to do though is ...

2. Why is Jetty hanging when I try to start it in debug mode?    stackoverflow.com

My problem is that when I try to launch Start.java in debug mode, Jetty hangs. Here is my Start.java file, taken from the Wicket quickstart page

Server server = new ...

3. Disable jettys debug output in (html)Unit Tests    stackoverflow.com

i use Jetty (v.6.1.25) in a Unit Test(more specific: htmlUnit) to test Servlets,Filters and something like. And I don't will see all the debug output in console. I've found something like:

System.setProperty("org.mortbay.log.DEBUG","false");
..but it doesn't ...

4. How to debug thread waiting problems?    stackoverflow.com

I have a lot of such threads in a jetty app I am running. I was wondering how I could debug whats going wrong.

2011-11-30 18:25:52
Full thread dump OpenJDK Client VM ...