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 interesting to know why you doing this, think the guys will then really be abe to give you some good idea's.


----- Original Message ----- From: "Ingo Düppe" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Wednesday, June 27, 2007 12:07 PM
Subject: Server Node Id


Hello,

i run an application within a tomcat cluster. Now I need a unique key for each server node for the application. My first solution was a property file within the war file. But this is not so handy on deployment cycles.

Is there a better way to place a unique identify for each cluster node or does a identifier already exist.
The id must only be unique within the cluster not globaly.

Regard
Ingo

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to