-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vicky,
On 10/10/12 1:09 PM, vivek aggarwal wrote: > I didnt understand the difference between port & autoBind. > > Secondly if above Receiver port is for listenning cluster messages > what does the Intercetor port will do... as mentioned below You need to read all the documentation, from start to finish, if you want to understand everything that is happening. If you can suggest an improvement to the documentation, we are always willing to update things to make them more clear. If you use port+autoBind (which is the default), then Tomcat will bind to the first available port from port ... (port + autoBind). If port=4000 and autoBind=100 then Tomcat will try 4000, then 4001, then 4002, then 4003, .. etc. until it gets to 4100 trying to bind to a port. The first one that works will be *the* port Tomcat listens to. This process is done to help avoid port conflicts that can arise due to various circumstances. > Please it may be annoying but is it possible for you to understand > the overall picture/flow of this tags to me which are used in > Tomcat Static membership cluster > > thanks a lot for your help > > <Interceptor > className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor"> > > <Member className="org.apache.catalina.tribes.membership.StaticMember" > port="4000" host="192.168.2.50" domain="mydomain" > uniqueId="{192,168,2,50,0,0,0,0,0,0,0,0,0,0,0,0}"/> Note that there is no autoBind parameter for the <Member> element. Only for <Receiver>. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlB1seUACgkQ9CaO5/Lv0PAOtgCeKYOQ28GIRw7ThBqA01mZKd0N Rb8An3pGv5COmaW4hMyYRGsWJEOvMfKV =XvIB -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org