aspose file tools
The moose likes JBoss and the fly likes JBoss 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 » Products » JBoss
Reply Bookmark "JBoss Clustering" Watch "JBoss Clustering" New topic
Author

JBoss Clustering

khushal malik
Greenhorn

Joined: Jul 08, 2005
Posts: 19
Hi,

I need some advice/views regarding clustering using JBoss.

Here is the scenario:
Our application runs on tomcat and we are facing problems when we have to upgrade the build or server gets down.
Our team thought of using JBoss in a clustered enviornment. Basically we are looking for Http Session replication, load balancing(which is possible in current enviornment but as of now it is not done), hot Deployment.

Is it a right choice to go for JBoss. What we assumed since JBoss uses tomcat it will be a good option.

I would highly appreciate if someone gives inputs on this.

thanks
Anuraag
James Ridley
Greenhorn

Joined: Apr 21, 2006
Posts: 15
JBoss can provide you with session replication and hot deployment. It also supports mass deployment across cluster nodes via its farm directory.

What it won't get you is load balancing. They suggest using apache and the AJP connector to handle that aspect. There is information on their web site explaining how to set that up.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBoss Clustering
 
Similar Threads
Jboss clustering
Tomcat & JBOSS
java.net.BindException: Address already in use
jboss 4.2.2.GA
Tomcat4.x cluster setup