Author: rjung
Date: Mon Dec 29 15:20:49 2014
New Revision: 1648364

URL: http://svn.apache.org/r1648364
Log:
Add ajp14 "experimental" note to docs.
Make AJP13/ajp13 upper case (protocol)
versus lower case (worker type) somewhat more
consistent in docs.

Modified:
    tomcat/jk/trunk/xdocs/reference/workers.xml

Modified: tomcat/jk/trunk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/workers.xml?rev=1648364&r1=1648363&r2=1648364&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/workers.xml Mon Dec 29 15:20:49 2014
@@ -222,11 +222,13 @@ be unavailable or will misbehave. Those
 <directive name="type" default="ajp13" required="true">
 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
+<p>Type <b>ajp13</b> is the preferred worker type that JK uses for 
communication
 between web server and Tomcat. This type of worker uses sockets as 
communication
 channel. For detailed description of the AJP13 protocol stack browse to
 <a href="../ajp/ajpv13a.html">AJPv13 protocol specification</a>
 </p>
+<p>Type <b>ajp14</b> is experimental and not recommended.
+</p>
 <warn>JNI workers have been deprecated. They will likely not work. Do not use 
them.</warn>
 </directive>
 </directives>
@@ -241,14 +243,14 @@ the connections pool of persistent conne
 
 <directive name="host" default="localhost" required="false">
 Host name or IP address of the backend Tomcat instance. The remote Tomcat must
-support the ajp13 protocol stack. The host name can have a <b>port</b> number
+support the AJP13 protocol stack. The host name can have a <b>port</b> number
 embedded separated by the colon (':') character.
 </directive>
 
 <directive name="port" default="8009" required="false">
 Port number of the remote Tomcat instance listening for defined protocol 
requests.
-The default value depends on the worker type. For AJP13 workers the default 
port is
-<b>8009</b>, while for AJP14 type of worker that value is <b>8011</b>.
+The default value depends on the worker type. For ajp13 workers the default 
port is
+<b>8009</b>, while for ajp14 type of worker that value is <b>8011</b>.
 </directive>
 
 <directive name="socket_timeout" default="0" required="false">



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

Reply via email to