I am new to Websphere application server I want to configure the clustering environment using Websphere 6.0.
Could you please guide me the step-by-step configuration of the websphere clustering.
Here's a little tutorial on how to cluster WebSphere application servers. It's an earlier version of WebSphere, but the concepts haven't changed, so you'll get the right idea.
Basically, you create a cluster, and add 'servers' to the cluster. A 'server' is essentially a JVM. Then you deploy your apps to the cluster, and WebSphere takes care of the rest. WebSphere really is something else, isn't it?