I've a web application with two contexts "ROOT" and "mycontext". Both contexts have custom error pages defined in the web.xml and everything works as expected in most cases. The only problem is that if my context, mycontext, fails to initialize (e.g. database is unavailable), and if some one tries to access a page from context1, Tomcat falls back to the default error pages. Is there a way to override the default error pages in this case?
Thanks in advance for your help. Sai Pullabhotla --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org