On Wed, Mar 12, 2014 at 11:28 AM, John Smith <tomcat.ran...@gmail.com>wrote:
> Is there a straightforward way to toggle or add something in Tomcat, in the > event a webapp is intentionally taken 'offline for maintenance"? The user > would receive the same single notification page saying as much, for any and > all requests. > > Tomcat 7.0.42 > What would respond to the user's request if the web app they asked for is down? All you are going to get is a not found error which will be handled by your ROOT web application.