1 Reply Latest reply on Dec 17, 2007 1:16 PM by peterj

    How can I disable display of stacktrace on server error?

    jowizzle

      I would like to implement a server-level error page that would handle exceptions. E.g., an application causes a 500 error, I need to prevent it from dumping the stack on screen. I know I can does this on a per-app basis with error-page in web.xml, but is there a clean way to handle these for all apps? Perhaps a valve or ROOT-level error page?

      Thanks all