You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/02/04 21:51:42 UTC

DO NOT REPLY [Bug 26674] New: - [PATCH] Error in jk2 documentation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26674>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26674

[PATCH] Error in jk2 documentation

           Summary: [PATCH] Error in jk2 documentation
           Product: Tomcat 4
           Version: 4.1.29
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: masque@inetsolve.com


The documentation for the jk2 connector has an error.  It should be lb_factor,
not lbfactor.

--- configwebcom.xml -r1.9	2004-02-04 15:47:17.000000000 -0500
+++ configwebcom.xml	2004-02-04 15:22:18.000000000 -0500
@@ -295,7 +295,7 @@ Tomcat Engine must be set with jvmRoute=
                             <td>? </td>
                         </tr>
                         <tr>
-                            <td>lbfactor</td>
+                            <td>lb_factor</td>
                             <td>1</td>
                             <td>
     Load balancing factor to use. At this moment, it'll be set on the worker,
@@ -360,7 +360,7 @@ Tomcat Engine must be set with jvmRoute=
                             <td>If set to 1 Disables the Nagle algorithm for
send coalescing</td>
                         </tr>
                         <tr>
-                            <td>lbfactor</td>
+                            <td>lb_factor</td>
                             <td>1</td>
                             <td>
     Load balancing factor to use. At this moment, it'll be set on the worker,

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