Results 1 to 2 of 2
- 10-14-2008, 07:06 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
Clustering and Load balancing features of webserver across Cluster
Hi,
We would like to know whether the Clustering and Load balancing
features of webserver such as Apache Tomcat are working across the Clusters or not.
If it is working, is it possible to have the following setup across
the Cluster,
1. Assume there is no NFS filesystem across cluster
2. One Cluster is running on Linux Os and another Cluster
is running from AIX Os.
Please help us in this regard.
Regards,
B.Arunachalam
Bangalore
- 10-14-2008, 08:52 AM #2
Member
- Join Date
- Oct 2008
- Location
- Sweden, Gothenburg
- Posts
- 21
- Rep Power
- 0
Load balancing is not a feature of tomcat - you'll have to use an external load balancer. Personally, I use an apache server with mod_jk.
Depends on what you want. If you want your sessions replicated between the two clusters then the answer is a theoretical yes. If you have the same java-versions, tomcat-versions and .war installed on both OSes, you should be fine.
If you don't need session replication then you have even less to worry about.
If you can live without fail-over but want to keep sessions, you can configure mod_jk to always send the same session to the cluster it was created on.
Similar Threads
-
Java features
By Rachel in forum New To JavaReplies: 4Last Post: 09-24-2008, 12:15 PM -
org.xml.sax.SAXNotSupportedException: http://apache.org/xml/features/validation/dynam
By thevoice in forum New To JavaReplies: 1Last Post: 05-22-2008, 03:05 PM -
Load URL that contains spaces?
By barkster in forum Java AppletsReplies: 0Last Post: 01-30-2008, 09:40 PM -
Cluster using 2 machines
By Albert in forum Advanced JavaReplies: 2Last Post: 07-04-2007, 06:31 AM -
Java 1.5 Features
By peiceonly in forum Advanced JavaReplies: 2Last Post: 05-06-2007, 07:25 AM


LinkBack URL
About LinkBacks

Bookmarks