I have a webapp deployed with a war archive on a tomcat 6 server. There is a clean way to instrument Tomcat to redirect to a "Maintenance Mode" page if my webapps is undeployed?
I mean some sort of Tomcat component that dinamically intercept all request to my webapp and redirect them to another webapp (maybe ROOT) page to inform my users that the application is temporarily down.