maxfortun commented on PR #506:
URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124218158
> This feels more like a custom ErrorReportValve rather than something that
would ship with Tomcat. I do agree with Chris that a lot (all?) of this
functionality could be achieved with the existing error handling mechanism and
a suitable Servlet / JSP as the target for the error reports.
@markt-asf You are right. This is a Custom error reporting valve. We are
deploying this as a standalone artifact within our tomcat distribution. It is a
small and a rather generic use-case that others may benefit from. This is the
only reason I am contributing this.
As far as leveraging an existing error mechanism to achieve the same.. I
spent a few hours searching github, stack overflow, and google for examples of
delegating error reporting to something outside of an application. I was hoping
to find something that would intercept an unhandled error and forward it to
/ROOT/error.jsp, or some thing like that. I couldn't find anything meaningful.
Could you please suggest an example of how I may achieve this "with the
existing error handling mechanism"?
Thank you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]