https://issues.apache.org/bugzilla/show_bug.cgi?id=53621
--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> --- Note that 1. A stopped application is effectively absent from Tomcat and its request Mapper. The request is thus served by whatever other web application that is available for that request path, the common fallback being the ROOT web application. If you configure a filter or servlet in the ROOT web application to serve 503 response for those requests, that will fulfill your requirement. I remember this having been discussed on the users list about a month ago. 2. Your issue has to be distinguished from bug 53024. The latter talks about paused web applications (a state when an application is reloaded) and was a valid issue. It was fixed in 7.0.28. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org