Link to home
Start Free TrialLog in
Avatar of crazywolf2010
crazywolf2010Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Jboss Cluster

Hi,
Does anyone have link for building Jboss JVM cluster ?
I will prefer youtube , video or a step-by-step document link. I have had a look at jboss wiki pages and I found them hard to digest.

Thanks
Avatar of ramazanyich
ramazanyich
Flag of Belgium image

first of all which version of jboss do you want to cluster ? generally it is almost the same for different versions, but there are some small config differences per version.
by the way for jboss 5 thi link http://xebee.xebia.in/2009/12/03/jboss-clustering-in-5-minutes/ is quitge useful ;)
Avatar of crazywolf2010

ASKER

Hi,
JBOSS 5. The note above doesn't detail much.
If the link which I proposed is not clear, what do you expect ?
When you speak about clustering what do you want to cluster ? is it a web application which you use ? or is it EJB beans ?
Should failover of user sessions be taken into account ?
If the link which I proposed is not clear, what do you expect ?
>> I expect a step by step guide to setup Jboss vertical/horizonal clustering.
Please see attached diagram for reference and that is what I wish to build.
I need to have 4 JVMs, 2 in each node (vertical clustered)  and then horizontally added thru single http server.

When you speak about clustering what do you want to cluster ? is it a web application which you use ? or is it EJB beans ?
>> Yeap, it's a 3rd party application certified for any J2EE cluster

Should failover of user sessions be taken into account ?
>> Yeap, needed I prefer disk over memory for session persistence.


DBA-000589.png
The websphere contains deployment manager which manages individual node agent processes. The nodeagent in turn control the individual JVMs at each physical server.
The same task is done by AdminConsole under Weblogic.

What do we have here at Jboss ?
ASKER CERTIFIED SOLUTION
Avatar of ramazanyich
ramazanyich
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
regarding step=-by-step guide I think http://docs.jboss.org/jbossclustering/cluster_guide/5.1/html-single/index.html provides nice chapter 1 - quick start guide. It should be enough in most cases.