[jboss-user] [Clustering/JBoss] - Re: Loadbalancing & clustering
bstansberry@jboss.com
do-not-reply at jboss.com
Sat Aug 19 11:16:39 EDT 2006
Depends upon what you want to load balance and what you mean by "clustering".
If all you want to do is load balance webapp requests between a bunch of servers, and you don't need to replicate HTTP session state (i.e. you don't care if the user's session is lost if they fail over from one server to another), then you don't need to use any of JBoss AS's clustering features -- you can just run the default config.
Otherwise, you need the AS clustering features.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966241#3966241
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966241
More information about the jboss-user
mailing list