Can u use property files in a clustered environment. How do u ensure that the file in each of the app server instance on a seperate physical machine on a cluster is the same. Does it mean u have to manually ensure that.
How about storing the property file in a CLAB field of the database, loading it at initialization and then restoring it only when the previous version has crashed. Is this a feasible method.
-
Property File and Clusters (2 messages)
- Posted by: Sameer Wadkar
- Posted on: April 16 2001 14:32 EDT
Threaded Messages (2)
- Property File and Clusters by Venkatesh Chakrapani on April 18 2001 02:51 EDT
- Property File and Clusters by Kapil Israni on April 19 2001 10:09 EDT
-
Property File and Clusters[ Go to top ]
- Posted by: Venkatesh Chakrapani
- Posted on: April 18 2001 02:51 EDT
- in response to Sameer Wadkar
I think that solution, you have thought of, would be a feasible one. -
Property File and Clusters[ Go to top ]
- Posted by: Kapil Israni
- Posted on: April 19 2001 10:09 EDT
- in response to Sameer Wadkar
well u might wanna use JNDI to achieve what u want to. create a properties or any helper object which represents ur properties file and stick it into JNDI. i think shud work for u.