I have several web applications deployed on the same tomcat web server. for all deployed web applications, I want to display the same 404.jsp page if a 404 error occurred in any web application.
One way is to put a 404 entry in each web.xml web application and give the correct 404.jsp location.
Is there any way that all web applications display the ROOT 404 page on error 404?
Thanks Pavan
tomcat
Pavan
source share