【问题标题】:How do I make sure that the domain is up and the CLI is connected to its controller?如何确保域已启动并且 CLI 已连接到其控制器?
【发布时间】:2015-02-25 07:47:55
【问题描述】:

我是 JBoss 的新手。如何确保域已启动并且 CLI 已连接到其控制器?

当我运行jboss-cli.bat,并尝试连接它的连接并显示:

[standalone@localhost:9990 /]

也就是说,它以独立模式运行。

现在我的疑问是,如何改变这种模式。我想以域模式启动服务器。我必须做哪些改变才能得到:

[domain@localhost:9999 /]

请有人帮帮我。

【问题讨论】:

    标签: batch-file jboss server wildfly


    【解决方案1】:

    您已经在独立模式下启动了 JBoss。有两个脚本可以启动 JBoss,standalone.batdomain.bat。如果您使用domain.bat 启动 JBoss,那么它将以域模式启动。

    实际上我前几天写了一篇关于域模式的博客,你可能会发现它作为背景阅读很有用:

    http://blog.c2b2.co.uk/2015/02/jboss-eap-6-domain-mode.html

    【讨论】:

      猜你喜欢
      • 2020-04-09
      • 1970-01-01
      • 2020-03-12
      • 2013-08-16
      • 2020-06-05
      • 2023-01-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多