The answer would depend upon what event, etc., is the occasion for the 
"refresh[ing of] an app object".  If the objects store the same data, 
sounds as if you really don't want multiple objects.  Do you mean Value 
Objects?  You can do all this many, many, many different ways.  What do you 
mean when you say you have the "application objects stored"?  You have a 
common database but yet different storage for the application objects.  So, 
you must mean something other than database storage.  What kind of 
storage?  Serialized?  If you are serializiong three objects outside the 
database with the identical features and need to "refresh" them to be the 
same, why not just write them to the common database?  I probably don't 
understand what you have in mind.  I like this problems that "sound like" 
this though.

At 12:25 AM 9/11/2002 -0700, you wrote:
>Hi,
>I have multiple instances of Tomcat4.0.3, say, TC1,
>TC2, TC3 running on different m/c's and all these are
>talking to the same database. I have some application
>objects stored in each instance. My requirement: When
>I refresh an app object say app1 in TC1, I want to
>refresh this object in TC2 and TC3 too. These app
>objects store same data from the DB, but are specific
>to that tomcat instance. How do I achieve this ?
>Any pointers to this are highly appreciated.
>TIA
>Santosh
>
>__________________________________________________
>Yahoo! - We Remember
>9-11: A tribute to the more than 3,000 lives lost
>http://dir.remember.yahoo.com/tribute
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to