Howdy,

>Are you aware of:
>
>   http://www.apache.org/~fhanik/
>   http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html

Yup, and I use them.  This is a bit different, in two ways:
- It's pure tomcat (or rather, pure servlet container, since there's
nothing tomcat-specific), without Apache or Balance or another
load-balancer in front.  Satisfied by pure java cravings ;)

- It's rule-based load balancing, rather than round-robin offered by
Balance or the (relatively) simple mod-rewrite type redirection you can
do with apache.  I have rules that consult Beans which in turn cache DB
data, for example, in order to make redirection decisions.  There are
other interesting options ;)

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to