Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Websphere and the fly likes Websphere 6.0 Clustering Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Websphere 6.0 Clustering" Watch "Websphere 6.0 Clustering" New topic
Author

Websphere 6.0 Clustering

jonnabhatla venkata
Greenhorn

Joined: Feb 10, 2009
Posts: 24

Hi All,

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.

Thanks in advance,
Krishna
Steve Wink
Ranch Hand

Joined: May 13, 2002
Posts: 223
Try here

http://www.redbooks.ibm.com/abstracts/sg246688.html
Deepak Pant
Ranch Hand

Joined: Feb 13, 2004
Posts: 443
To understand clustering, workload management, failover, session affinity etc you can also deploy and go through the sample BeenThere application.

It is a very small application but helps in understanding & playing with all these features.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

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.

How to Configure a Clustered Application Environment for the WebSphere Application Server

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?



-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Websphere 6.0 Clustering
 
Similar Threads
Does WebSphere 5.0 support JMS clustering?
setting system property in RAD
Clustering with weblogic evaluation copy
Websphere 6.0 DataSource and Microsoft's JDBC driver
WS Express licensing ??