1. Jetty 6 always generates debug logs? stackoverflow.comI 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.comMy 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
|
3. Disable jettys debug output in (html)Unit Tests stackoverflow.comi 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:
..but it doesn't ... |
4. How to debug thread waiting problems? stackoverflow.comI have a lot of such threads in a jetty app I am running. I was wondering how I could debug whats going wrong.
|