[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: setting up a jboss as proxy for routing HTTP requests to

bstansberry@jboss.com do-not-reply at jboss.com
Thu Jul 10 10:15:49 EDT 2008


Please post user requests on the user forum.

JBoss AS is not designed for use as an HTTP proxy loadbalancer.  There used to be (I believe in 4.0.4 and earlier) a load balancer web application someone contributed that would do this (look in the varia module of the source distribution) but it wasn't maintained and was never the recommended solution for load balancing vs. mod_jk. It didn't have any association with the remote Java client load balancing policies you mention.

mod_jk doesn't just support a round-robin approach; the recommended configuration uses sticky sessions, which has semantics similar to the FirstAvailable load balance policy.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163629#4163629

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163629



More information about the jboss-dev-forums mailing list