Remove still unsupported methods of RegistryWS
[jabaws.git] / statpages / ServicesStatus.jsp
index b3b60f0..98d0ab6 100644 (file)
@@ -17,13 +17,19 @@ TODO refactor
 <div style="margin: 20px ">\r
 <h2 style="text-align: center;">JABAWS Services Status</h2>\r
 \r
-<ul style="font-weight: bold;">\r
-  <li>All the services are tested while this page is being loaded</li>\r
-  <li>If you want to test the services again, just reload this page.</li>\r
-  <li>Click on the service status to see the results of the testing.</li>\r
-  <li>Server tested: <a href="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}">\r
-       ${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}\r
-       </a> </li>\r
+<c:set var="host" value="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}" />\r
+\r
+<ul style="font-weight:bold;">\r
+       <li>\r
+               This servlet is tesing whether the web services are healthy on the tomcat instance on which JABAWS is deployed. <br/>\r
+               If this tomcat instance is proxing through another web server, the test is not checking availability of these <br/>\r
+               web services at the endpoints of this external server.</li>\r
+       <li>All the web services are tested while this page is being loaded</li>\r
+       <li>If you want to test the services again, reload this page.</li>\r
+       <li>Click on the service status to see the results of the testing.</li>\r
+       <li>Server tested: <a href="${host}">${host}</a> </li>\r
+       <li>Time of execusion: ${timeexec} msec</li>\r
+       <li> Your IP is ${pageContext.request.remoteAddr}</li>\r
 </ul>\r
 \r
 <br/>\r
@@ -47,7 +53,7 @@ TODO refactor
        </c:if><c:if test="${status.count%2!=0}">\r
        <tr class="odd">\r
        </c:if>\r
-               <td width="100px">${res.service}</td>\r
+               <td width="100px"><a href="${host}/${res.service}?wsdl">${res.service}</a></td>\r
                <td>${res.version}</td>\r
                <c:if test="${res.status}">\r
                        <td><div class="source">\r
@@ -97,7 +103,7 @@ TODO refactor
        </c:if><c:if test="${status.count%2!=0}">\r
        <tr class="odd">\r
        </c:if>\r
-               <td width="100px">${res.service}</td>\r
+               <td width="100px"><a href="${host}/${res.service}?wsdl">${res.service}</a></td>\r
                <td>${res.version}</td>\r
                <c:if test="${res.status}">\r
                        <td><div class="source">\r
@@ -147,7 +153,7 @@ TODO refactor
        </c:if><c:if test="${status.count%2!=0}">\r
        <tr class="odd">\r
        </c:if>\r
-               <td width="100px">${res.service}</td>\r
+               <td width="100px"><a href="${host}/${res.service}?wsdl">${res.service}</a></td>\r
                <td>${res.version}</td>\r
                <c:if test="${res.status}">\r
                        <td><div class="source">\r