<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%-- Author: Peter Troshin Date: May 2011 This is a JSP fragment to be inserted into document, cannot be used alone TODO refactor --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %> Service Status <%-- load cached Service Status --%>

JABAWS Service Status

  • This servlet tests if the web services are healthy on the tomcat instance on which JABAWS is deployed.
    If the tomcat instance is mapped to another "proxy" web server, the servlet does not test availability of
    the web services at the endpoints of this external web server.
  • <%--
  • All the web services are tested while this page is being loaded.
  • --%> <%--
  • If you want to test the services again, reload this page.
  • --%>
  • Click on the service status to see the results of the testing.
  • Server: ${host}
  • Time of execution: ${timeexec} sec
  • Service Status as of: ${timestamp} (Refreshes every ${refreshfreq} minutes)
  • Refresh Service Status
  • <%--
  • Your IP is ${pageContext.request.remoteAddr}
  • --%>

Alignment Web Services

Service Version Status Reference and more details
${res.service} ${res.version}


Disorder Web Services

Service Version Status Reference and more details
${res.service} ${res.version}


Other Web Services

Service Version Status Reference and more details
${res.service} ${res.version}

If you would like to integrate JABAWS with automated health check system you may want to use the HTTP code response service checker. It responds with HTTP status code depending on the status of the web service. For more information please refer to Testing JABAWS server help page.