https://issues.apache.org/bugzilla/show_bug.cgi?id=54872
Bug ID: 54872 Summary: Receiver's value of autoBind is "less than", not "not greater than" Product: Tomcat 7 Version: 7.0.39 Hardware: PC Status: NEW Severity: trivial Priority: P2 Component: Documentation Assignee: dev@tomcat.apache.org Reporter: ozuma5...@nifty.com Classification: Unclassified /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. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org