如何启动/配置 JBoss 集群
我对 JBoss 完全陌生。基本上我需要在 Windows 上设置 JBoss 集群环境。这意味着,JBossA 位于机器 A 上,JBossB 位于机器 B 上。因此,当 JBossA 发生故障时,它将把客户端重定向到 JBossB。
我已经下载了 enterprise-installer-5.0.1.jar。之后,我完全不知道如何设置集群。我应该采取哪些步骤?或者我还需要下载哪些其他文件...
任何指南将不胜感激。谢谢!
凯文
I am totally new to JBoss. Basically i am needed to setup a JBoss clustering environment on windows. Meaning, JBossA sits on machine A and JBossB sits on machine B. So when JBossA fails, it will redirect the clients to JBossB.
I have downloaded the enterprise-installer-5.0.1.jar. After which, I have totally no idea on how to go about setting up the cluster. What are the steps that i should do?? Or what other files do i need to download too...
Any guide will be greatly appreciated. Thanks!
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到答案...基本上我只需要 -c all 即可获得聚类
Found the answer... basically i just need to -c all to get the clustering