开发者

How to use High Availability in JBOS AS 7?

How I can start a cluster in JBoss AS 7 ? I can star and use ( deploy and etc ), but how can I configure a cluster ? I used the configuration HA in standalone and each instance is independent. In domain mode I can use a group in HA profile, but I thinks that's not the way. I saw the webinars , but I cant see what configuratin do. Please, help ! :P开发者_如何学JAVA


I've written a step-by-step guide here to show people how to setup a JBoss AS7 cluster in domain control mode:

https://community.jboss.org/wiki/AS7ClusterHowto


Standalone mode is exactly the same as the old cluster mode in JBoss 4.2.3 and JBoss 5. The difference between that the JBoss 7 Domain is the Domain model works like MySQL domain clustering, in that the domain server stores all the cluster data centrally and the Nodes call call into the domain to pick up their configurations. If you do not have a domain controller, you have to manually configure each box, just like before.


We have written a series of articles about the cluster capabilities in JBoss AS 7.

The first post shows how to cluster a simple Java EE application with the JBoss AS7 and explains the basic concepts behind clustering capabilities of the AS7.

The second post explains how to manage multiple server instances in a clustered environment. It contains how to setup the domain mode and deploying applications to multiple servers with the command line interface.

The third blog post of a JBoss AS7 / EAP 6 series covers how to setup up different JBoss cluster topologies and explain the challenge to make a cluster highly available and scalable.

Maybe it is of some help.


We have written a large set of tutorials about JBoss clustering that are complimentary to the official documentation.
In particular this is a tutorial about JBoss AS 7 clustering which shows how to start a cluster of servers and configuring Apache Web server to reach JBoss AS 7 cluster.
You can find also some tutorials about Configuring mod_cluster with jBoss covering several application server releases.
If you want to have a look at JBoss AS 7 HA Configuration you can find one useful resource as well.
Regards

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜