When a servlet throws a NullPointerException, only the name of the exception is logged on the stderr. (When it's a ServerletException, the stacktrace is logged).
How to enable logging the stacktrace of all exceptions in Jetty 8 ? I'm using Debian's jetty8 package.