Hi
I want to change default ErrorReportValve to my customized
ErrorReportValve.
When I add my customized MyErrorReportValve inside host element as
<Host>
<Valve className="MyErrorReportValve" >
</Host>
MyErrorReportValve gets added to valve list earlier than ErrorReportValve
and hence the error is still being handled by ErrorReportValve.
If I move the Valve element from Host to Context, I do not see it in error
report stack trace.
Does any one have an idea how to use your own customized ErrorReportValve???
Animesh