markt-asf commented on PR #506:
URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124287597
This would be per web application but if you put the following in web.xml
```
<error-page>
<location>/WEB-INF/default-error-handler.jsp</location>
</error-page>
```
you should get close to what you need. That page can forward elsewhere if
necessary.
(The error page is placed under `WEB-INF` so it isn't directly accessible)
--
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]