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.

link|improve this question

60% accept rate
feedback

1 Answer

Install Apache HTTPD which uses Tomcat Connector to proxy the requests to Tomcat and configure Apache HTTPD to display the maintenance page as 404/503 error page.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.