Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to prevent Jetty from outputting stacktraces?

Not clear what you are asking.

Are you wanting to suppress stack traces in your log files?
Are you wanting to not show stack traces in your error output to browsers?
Are you wanting to customize your error output to browsers?


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Tue, Oct 1, 2013 at 5:17 AM, Mikhail Mazursky <ash2kk@xxxxxxxxx> wrote:
Hi.

How to prevent Jetty 9.0.4 from outputting stacktraces of expections that can be thrown for example from filters? Is this customizable? I did not find it in documentation.

Also how to prevent Jetty from rendering HTTP response codes as HTML pages? If my app produces e.g. 503 then I do not want Jetty to generate HTML page with the HTTP error code message. If I remember correctly, Jetty 8 did not generate such pages.

Regards,
Mikhail.

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top