aspose file tools
The moose likes Java in General and the fly likes application server clustering Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "application server clustering" Watch "application server clustering" New topic
Author

application server clustering

Frank Sikuluzu
Ranch Hand

Joined: Dec 16, 2003
Posts: 116
we only hear people say "application server clustering". If we have several application servers participated in the clustering, do they need to be installed on different physical machine ?
Stan James
(instanceof Sidekick)
Ranch Hand

Joined: Jan 29, 2003
Posts: 8791
We have three machines (actually LPARs on big IBM boxes) with two instances of WebSphere and our application on each LPAR. We consider it a cluster of six application servers. Almost all the issues you have with separate machines - sharing state, load balancing, etc - are the same with separate JVMs on the same machine. I guess that would mean the "virtual" machine is pretty "realistic."


A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
Joyce Lee
Ranch Hand

Joined: Jul 11, 2003
Posts: 1392
Clustering can be achieved through vertical scaling or horizontal scaling. Read this article.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: application server clustering
 
Similar Threads
Weblogic Server performance
converting client-server/Web application to Clustering application
clustering
WS Advanced Edition 4.0.3 and session storage
Tomcat4.x cluster setup