I am looking for a load balancer that:

  • Is good stuff (free, open source, documented)
  • Handles SSL
  • Workers register in the load balancer, instead of listing workers (like jboss mod_cluster)
  • works with apache tomcat (unlike jboss mod_cluster)

Anyone knows a load balancer that can do this?

link|improve this question
If it's really good stuff, it's neither free, nor open source, nor well documented! – Michael Goldshteyn Oct 18 '10 at 18:31
how constructive :) – Julio Faerman Oct 18 '10 at 18:53
and invalid..... – KevinDTimm Oct 18 '10 at 18:56
@Kevin, that was meant as a joke. Maybe I'll add a smiley in next time, to resolve any ambiguity. – Michael Goldshteyn Oct 18 '10 at 19:15
2  
Without the smiley, it's not a joke ;) – KevinDTimm Oct 18 '10 at 19:41
show 1 more comment
feedback

migrated from stackoverflow.com Oct 18 '10 at 20:04

This question came from our site for professional and enthusiast programmers.

2 Answers

ServerFault uses HAProxy (free, open source, handles SSL w/stunnel, runs tests against clustered servers instead of waiting for clustered servers to register, and supports a wide variety of configurations).

Here's an HAProxy/Tomcat howto if you're interested in trying it out.

link|improve this answer
sounds good, thanks – Julio Faerman Oct 19 '10 at 12:44
feedback

LVS ... http://www.linuxvirtualserver.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.