我想构建一个thorntail集群并使用管理控制台进行管理(例如wildfly域管理)。我尝试了管理控制台和管理片段,但无法使用它可视化所有集群,每个实例只有一个控制台。
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>management-console</artifactId>
</dependency>
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>management</artifactId>
</dependency>
我如何监视荆棘/集群?