https://issues.apache.org/bugzilla/show_bug.cgi?id=51117
Summary: stopped deployment or virtual host reply with error 503 Product: Tomcat 5 Version: 5.5.32 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: akostadi...@gmail.com When a deployment or a virtual host is stopped in tomcat5, an access attempt is replied to with: HTTP Status 503 - This application is not currently available Wouldn't 404 be better? {quote} The Http 500 category are server side errors. If a context or host isn't found, it's a client error. Internally, there is no way to tell if the context exists once it's been undeployed/stopped. The server, if the URL is syntactically correct and lacking internal resources/configuration to do anything else, should respond with HTTP404 (SC_NOT_FOUND). {quote} -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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