Results 1 to 6 of 6
- 10-14-2008, 07:21 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
- 10-14-2008, 08:34 AM #2
What, exactly, do you mean by "cluster"?
What do you want to load balence? just HTTP requests?
Servlet requests?
Apache can handle the former itself, JBoss the latter.
- 10-14-2008, 08:57 AM #3
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
Cluster means, it consists of more than one node, it's sharing the nfs filesystem and webserver will be running on the head node.
My question, is load balancing possible for more than one cluster(tomcat webserver will be running head node of each cluster) from HTTP request level.
- 10-14-2008, 09:19 AM #4
apache web server can load balance the request .. use MODJK connector .. and in worker .properties file mention all the nodes .. it will balance the load in round robin algo..
- 10-14-2008, 09:20 AM #5
if you need to maintain the cluster at the app level that is u have a ejb etc. you need to cluster jboss app server ..
- 10-14-2008, 06:16 PM #6
Similar Threads
-
Clustering and Load balancing features of webserver across Cluster
By barunva in forum Web FrameworksReplies: 1Last Post: 10-14-2008, 08:52 AM -
possible feature of jdk1.7
By sikandar in forum Advanced JavaReplies: 2Last Post: 09-05-2008, 07:21 AM -
Cluster using 2 machines
By Albert in forum Advanced JavaReplies: 2Last Post: 07-04-2007, 06:31 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks