Bug 54872

Summary: Receiver's value of autoBind is "less than", not "not greater than"
Product: Tomcat 7 Reporter: Yusuke OSUMI <ozuma5119>
Component: DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: 7.0.39   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Yusuke OSUMI 2013-04-20 14:06:39 UTC
/tomcat-7.0-doc/config/cluster-receiver.html :

In the section "Attributes -- Common Attributes", the description of Attribute "port" is slightly diffrent to the facts.

It says "port &lt;= bindPort &lt;= port+autoBind", but this should be written 
"port &lt;= bindPort &lt; port+autoBind".
And "port in the range 4000-4100." also shoud be written "port in the range 4000-4099."

For example, I try (port=4000, and autoBind=10), then the receiver tried to open port in the range of 4000-4009. It didn't try port 4010.
Comment 1 Violeta Georgieva 2013-04-22 07:54:25 UTC
Thanks for the report.
Fixed in trunk and 7.0.x and will be included in 7.0.40 onwards.