Re: Server Node Id

2007-06-30 Thread Johnny Kewl
Message - From: "Ingo Düppe" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 27, 2007 10:13 PM Subject: Re: Server Node Id Well, the reason is, that I need to run some tasks that have to be executed on each node once within the cluster. So each n

Re: Server Node Id

2007-06-28 Thread Ingo Düppe
Düppe" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 27, 2007 10:13 PM Subject: Re: Server Node Id Well, the reason is, that I need to run some tasks that have to be executed on each node once within the cluster. So each node must be able to identify thes

Re: Server Node Id

2007-06-28 Thread Johnny Kewl
uot;Tomcat Users List" Sent: Wednesday, June 27, 2007 10:13 PM Subject: Re: Server Node Id Well, the reason is, that I need to run some tasks that have to be executed on each node once within the cluster. So each node must be able to identify these tasks that still need to be executed on thi

Re: Server Node Id

2007-06-28 Thread Johnny Kewl
2007 10:13 PM Subject: Re: Server Node Id Well, the reason is, that I need to run some tasks that have to be executed on each node once within the cluster. So each node must be able to identify these tasks that still need to be executed on this node. So in my solution the server node gets i

Re: Server Node Id

2007-06-27 Thread Ingo Düppe
Well, the reason is, that I need to run some tasks that have to be executed on each node once within the cluster. So each node must be able to identify these tasks that still need to be executed on this node. So in my solution the server node gets its id and checks which was the last task it ha

Re: Server Node Id

2007-06-27 Thread Johnny Kewl
Interesting question... I dont know if there is a property one can call. I had a similar need behind a JK load balancing scheme, what I did was just generate a unique ID when each cluster webapp starts up, something like the MS GUID idea. No pre-configuration required. I think it would be very