Re: use Singleton class in Application server
Posted By:
Dion_Almaer
Posted On:
Monday, April 2, 2001 12:17 AM
It seems that you only need *read* access to the properties file. If that is the case you could have a weblogic startup class that loads the properties file into a singleton. Every server in the cluster will have it's own singleton of cos... but that doesn't really matter if you are readonly.
Dion