- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class HttpCodeResponseServiceStatus
extends javax.servlet.http.HttpServlet
This servlet checks the webservice coming as pathinfo and returns http code
as a reply. If the web service functions correctly then OK (200) is returned.
otherwise Service unavailable (503). When the webservice is not recognised
unknown service error (400) is sent as a response.
If no pathinfo is specified all web services are checked and OK is returned
only if all webservices are functioning.
- Author:
- pvtroshin
- See Also:
- Serialized Form