File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes Cluster IP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Cluster IP" Watch "Cluster IP" New topic
Author

Cluster IP

Diego Leal
Greenhorn

Joined: Dec 09, 2004
Posts: 1
Is there any way (based on software) to set an unique IP for the cluster? I mean, I would like to point my browser to an certain IP and have my request load-balanced among the nodes of my cluster.

I did something similar creating a client that looks for a HA service using its JNDI name. But I'd like to have the same using a browser.

I am using JBoss 3.2.6.

Thanks in advance,

Diego Leal
Brazil
Nathaniel Stoddard
Ranch Hand

Joined: May 29, 2003
Posts: 1258
HA is very different from load-balancing. So, while JBoss does do the whole HA-JNDI and other cool HA stuff, it doesn't do any load-balancing of HTTP requests. You'd have to set that up separately with some network appliance ... or if you have a genie and a few wishes ... well, try the network appliance. There are also some linux projects devoted to HA and load-balancing .. but yeah. Good luck.


Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
Rafael Forte
Greenhorn

Joined: Dec 07, 2004
Posts: 8
Hi Diego,
Take a look at sticky sessions using apache, jk2 and jboss-tomcat.
Regards.

Rafael Forte
SCJP SCJD SCWCD SCBCD SCEA
 
 
subject: Cluster IP
 
Threads others viewed
Trouble running a WLST snippet
Webservice issue in Appserver cluster
how to identify the calling server instance
How to make clsuter Ware EJB in weblogic 6.0
Tomcat 6.0.X (could be 18, 26 or 32 tried all 3)
MyEclipse, The Clear Choice