Last year I set up an HA cluster with ldirector pointing to 2 load balanced "real" servers. We had jboss on the backend listening to the Real IP on port 8080. Initially, we could not get the backend to reply - we kept getting refused connections when we tried going through the VIP. Thanks to Horms and a few others, I had the app guy start up jboss listening on all interfaces (0.0.0.0) and all was well - worked perfectly.
Well now I'm told they want several more "instances" of jboss all listening on the same port, 8080 and so starting up listening on 0.0.0.0 is not an option. My initial response was "guys, start each instance listening to a different port - problem solved". They're not too happy with this solution so I'm here asking - is there any way possible to load balance to several jboss instances running on the same backend servers and on the same port? Thanks -mike _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
