You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/09/03 20:50:33 UTC

svn commit: r439827 - /tomcat/connectors/trunk/jk/xdocs/config/workers.xml

Author: rjung
Date: Sun Sep  3 11:50:32 2006
New Revision: 439827

URL: http://svn.apache.org/viewvc?view=rev&rev=439827
Log:
- Allow "-" and "_" in worker names (gives users a little more freedom).
- Fix two typos.

Modified:
    tomcat/connectors/trunk/jk/xdocs/config/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/workers.xml?view=diff&rev=439827&r1=439826&r2=439827
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Sun Sep  3 11:50:32 2006
@@ -57,7 +57,7 @@
 </p>
 <p>
 <warn>
-The name of the worker can contain only the alphanumeric characters <b>[a-z][A-Z][0-9]</b> and is case sensitive.
+The name of the worker can contain only the alphanumeric characters <b>[a-z][A-Z][0-9][_\-]</b> and is case sensitive.
 </warn>
 </p>
 
@@ -192,7 +192,7 @@
 until killed. And since the webserver will keep its childs/threads running
 to handle high-load, even it the child/thread handle only static contents, you could
 finish having many unused ajp13 threads on the Tomcat side.
-</p>.
+</p>
 </directive>
 
 <directive name="lbfactor" default="1" required="false">
@@ -236,7 +236,7 @@
 until killed. And since the webserver will keep its childs/threads running
 to handle high-load, even it the child/thread handle only static contents, you could
 finish having many unused ajp13 threads on the Tomcat side.
-</p>. 
+</p>
 </directive>
 
 <directive name="cachesize" default="1" required="false">



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