如何在JBOS AS 7中使用高可用性?

发布于 2024-11-26 11:28:38 字数 137 浏览 2 评论 0原文

如何在 JBoss AS 7 中启动集群?我可以加注星号并使用(部署等),但如何配置集群?我在独立模式下使用配置HA,每个实例都是独立的。在域模式下,我可以在 HA 配置文件中使用组,但我认为这不是方法。我看过网络研讨会,但我看不到配置的作用。 请帮忙! :P

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

烟花易冷人易散 2024-12-03 11:28:38

我在这里编写了一个分步指南,向人们展示如何在域控制模式下设置 JBoss AS7 集群:

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

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

划一舟意中人 2024-12-03 11:28:38

独立模式与 JBoss 4.2.3 和 JBoss 5 中的旧集群模式完全相同。 JBoss 7 域的区别在于,域模型的工作方式类似于 MySQL 域集群,域服务器集中存储所有集群数据,并且节点调用域来获取它们的配置。如果您没有域控制器,则必须像以前一样手动配置每个框。

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.

笑忘罢 2024-12-03 11:28:38

我们撰写了一系列有关 JBoss AS 7 中集群功能的文章。

第一篇文章展示了如何使用 JBoss AS7 集群一个简单的 Java EE 应用程序,并解释了 AS7 集群功能背后的基本概念

第二篇文章解释了如何在集群环境中管理多个服务器实例。它包含如何设置 域模式并使用命令行界面将应用程序部署到多个服务器

JBoss AS7 / EAP 6 系列的第三篇博客文章涵盖 如何设置不同的 JBoss 集群拓扑并解释使集群具有高可用性和可扩展性的挑战。

也许有一些帮助。

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.

御守 2024-12-03 11:28:38

我们编写了大量关于 JBoss 集群 的教程,这些教程是对官方文档的补充。
特别是这是一个关于 JBoss AS 7 集群 的教程,其中显示如何启动服务器集群并配置 Apache Web 服务器以访问 JBoss AS 7 集群。
您还可以找到一些关于使用 jBoss 配置 mod_cluster 的教程,涵盖了多个内容应用服务器版本。
如果您想查看 JBoss AS 7 HA 配置 您还可以找到一个有用的资源。
问候

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文