What is the best strategy to refactor a Singleton object to a cluster environment?
We use Singleton to cache some custom information from Database. Its mostly
You could use the DistributedMap that is built into WAS.
-Rick