Bugs item #763952, was opened at 2003-07-01 09:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=763952&group_id=22866
Category: Clustering Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Weiqing Huang (weiqingh) Assigned to: Nobody/Anonymous (nobody) Summary: client HA jndi auto-discovery needs to set ttl for datagram Initial Comment: i am using client auto-discovery of clustered servers by setting provider url to null. the client is in a different subnet than the clustered servers. my client failed to find the cluster. debugging info from the router showed that the ttl of the datagram socket is 1, therefore dropped by the router. i am reading the code of org/jnp/interfaces/NamingContext and found out it's using a DatagramSocket, not a MulticastSocket. there seems to be no way to set ttl for the DatagramSocket. maybe we should use a MulticastSocket instead? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=763952&group_id=22866 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
