Re: Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-28 Thread Bill Barker
"David Gagnon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill Barker wrote: > >>"David Gagnon" <[EMAIL PROTECTED]> wrote in message >>news:[EMAIL PROTECTED] >> >>>Hi all, >>> >>>I need to have my tomcat servers to broadcast their state (custom >>>information) in order for th

Re: Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-28 Thread David Gagnon
Bill Barker wrote: "David Gagnon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi all, I need to have my tomcat servers to broadcast their state (custom information) in order for them to collaborate. I look into the cluster code, org.apache.catalina.cluster.mcast.* it a g

Re: Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-27 Thread Bill Barker
"David Gagnon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I need to have my tomcat servers to broadcast their state (custom > information) in order for them to collaborate. > > I look into the cluster code, org.apache.catalina.cluster.mcast.* it a > good example o

Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-27 Thread David Gagnon
Hi all, I need to have my tomcat servers to broadcast their state (custom information) in order for them to collaborate. I look into the cluster code, org.apache.catalina.cluster.mcast.* it a good example of what I need : send a multicast message each X seconds and keep a member list with th