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
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
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
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
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
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