| Author |
Clustering in WebSphere
|
Rishi Singh
Ranch Hand
Joined: Dec 09, 2000
Posts: 321
|
|
Hi Kylie, I have been working on WAS 4.0 and recently WAS 5.1,but mainly on the local server which comes embeded with WSAD. I would like to know have you covered how to go for clustering the Enterprise application while deployment and what needs to be taken care during staging and production phases for the same. Rishi SCJP,SCWCD,IBM/OOAD
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
Hi, we do cover clustering, and what you need to think about when developing and testing applications that use clustering, but we don't describe the detailed setup of a clustered environment. That should come in Roland Barcia's upcoming book... Kyle
|
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
|
 |
Rickey Mooney
Greenhorn
Joined: Aug 11, 2002
Posts: 4
|
|
You might try the IBM WebSphere Application Server V5.0 System Management and Configuration at the IBM REdBook Site: http://publib-b.boulder.ibm.com/Redbooks.nsf/portals/WebSphere
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
What are the clustering algorithms supported by Wensphere?
|
Groovy
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
Originally posted by Pradeep Bhat: What are the clustering algorithms supported by Wensphere?
Sorry, Pradeep. That question doesn't make sense. Can you be more specific? Kyle
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Sorry Kyle. I meant load balancing algorithms. Weblogic suppports round robin, Weight-Based Load Balancing and Random Load Balancing.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Pradeep, Websphere's workload management lets you select from: - Random - Round-robin - Random prefer local - Round-robin prefer local IBM has an article with some details on clustering.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
Actually, WebSphere Enterprise Edition also supports a load-based load balancing algorithm for EJB's (but not Servlets). With this algorithm, the amount of load a server can take is based upon it's available CPU load... Kyle
|
 |
 |
|
|
subject: Clustering in WebSphere
|
|
|