Bug 54872 - Receiver's value of autoBind is "less than", not "not greater than"
Summary: Receiver's value of autoBind is "less than", not "not greater than"
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.0.39
Hardware: PC All
: P2 trivial (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-20 14:06 UTC by Yusuke OSUMI
Modified: 2013-04-22 07:54 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 <= bindPort <= port+autoBind", but this should be written 
"port <= bindPort < 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.