posted 16 years ago
A clustered environment is a cluster of computers (hardware), for example 2 or more servers are clustered to run a single application, each server must have a copy of the application (same set-up) running on separate JVMs.
advantages of clustered environment is that it spreads out the work load to multiple machines, improving performance and speed of your application. May include fail-over, if one cluster is down your application will still run on different clusters.
for every cluster everything in your application (objects) is duplicated except for your session objects.
Certified JA, JP5, WCD5, BCD6