You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2019/07/30 13:06:32 UTC

[tomcat] branch master updated: Add missing doc.

This is an automated email from the ASF dual-hosted git repository.

jfclere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new cbf8b3a  Add missing doc.
cbf8b3a is described below

commit cbf8b3a2e6e4ae267e57068ef24db2a68766bd3c
Author: Jean-Frederic Clere <jf...@gmail.com>
AuthorDate: Tue Jul 30 15:04:14 2019 +0200

    Add missing doc.
---
 webapps/docs/config/valve.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index 27125b1..06dae09 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -2088,6 +2088,37 @@
 
 </section>
 
+<section name="Health Check Valve">
+
+  <subsection name="Introduction">
+
+    <p>The <strong>Health Check Valve</strong> responds to
+    cloud orchestrators health checks</p>
+  </subsection>
+
+  <subsection name="Attributes">
+
+    <p>The <strong>Health Check Valve</strong> supports the
+    following configuration attributes:</p>
+
+    <attributes>
+
+      <attribute name="className" required="true">
+        <p>Java class name of the implementation to use.  This MUST be set to
+        <strong>org.apache.catalina.valves.HealthCheckValve</strong>.</p>
+      </attribute>
+
+      <attribute name="path" required="false">
+        <p>Path by the cloud orchestrators health check logic.
+        The default value is <strong>/health</strong>.</p>
+      </attribute>
+
+    </attributes>
+
+  </subsection>
+
+</section>
+
 </body>
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org