Hi

I wanted to know if anyone has used spring in a clustered environment ? In case a spring application is deployed in a clustered environment , is there a single instance of the bean retrieved from the application context(assuming that the bean is configured to be a singleton in the XML file) across all the clusters or is there a single instance in every node in the cluster ?

Are there any tips/gotchas to be considered while developing a spring app in a clustered environment .

Please advise.

Thanks

Keith