Libor, By default I think jetty shows the stack traces - you need to call setShowStacks(false) on the ErrorHandler to turn that off. There was a relevant dicussion about the error handling here:
http://dev.eclipse.org/mhonarc/lists/jetty-users/msg01745.html Jan On 25 January 2013 20:20, Libor Jelinek <[email protected]> wrote: > Hello all! > How do I configure Jetty 8 to print everything related to debug internal > errors like stack trace? By default Jetty sends just HTTP 500 status and I > have to heavily sifting logs by hand for details. > > Of course this will be turned on only on my developer machine. I mean > similar helpful error page as Tomcat server on internal error. > > Thanks, > Libor Jelinek > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel <[email protected]> www.webtide.com – Developer advice, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
