Hello,

My project is in spring mvc 2.5, and I have hosted it on tomcat 6. For maintenance purpose sometimes I shutdown tomcat, mean while if any user hits the URL they will see tomcat's http 404 page. I want to add a page with the message "site is temporarily offline" only when tomcat is shutdown.

Any suggestions how can I achieve this? Thanks a lot in advance.