mturk 2005/04/24 03:43:27
Modified: jk/xdocs/config workers.xml
Log:
Add status worker directives section.
Revision Changes Path
1.11 +13 -1 jakarta-tomcat-connectors/jk/xdocs/config/workers.xml
Index: workers.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/workers.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- workers.xml 23 Feb 2005 08:10:20 -0000 1.10
+++ workers.xml 24 Apr 2005 10:43:27 -0000 1.11
@@ -80,7 +80,7 @@
</p>
<directives>
<directive name="type" default="ajp13" required="true">
-Type of the worker (can be one of ajp13, ajp14, jni or lb). The type of the worker
+Type of the worker (can be one of ajp13, ajp14, jni, lb or status). The type of the worker
defines the directives that can be applied to the worker.
<p>AJP13 worker is the preferred worker type that JK uses for communication
between web server and Tomcat. This type of worker uses sockets as communication
@@ -270,6 +270,18 @@
</subsection>
+<subsection name="Status Worker directives">
+<br />
+<p>
+The status worker does not communicate with Tomcat.
+Instead it is responsible for the load balancer management.
+</p>
+<directives>
+<directive name="css" default="" required="false">
+Specifies the url for cascading stylesheet to use.
+</directives>
+</subsection>
+
<subsection name="Advanced worker directives">
<br />
<directives>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|