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: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to