Is it possible for error page from one webapp to direct to another? What I'm thinking is:
In mywebservice/WEB-INF/web.xml <error-page> <error-code>404</error-code> <location>/errors/404.html</location> </error-page> But I want the error page to be ROOT/errors/404.html Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org