i have multiple web applications deployed on one tomcat web server. for all deployed web application, i want to display same 404.jsp page if 404 error occurred in any web application.
One way is to put an entry of 404 in each web application's web.xml and give proper location to the 404.jsp.
Is there any way so that all web application will display ROOT's 404 page on 404 error??
Thanks, Pavan



