Search code examples
jbosscluster-computingwildflywildfly-8

How to start WildFly server without joining a cluster


We have five Wildfly (8.2.0-Final) servers running in different machines on the same network. When I start them, by default they come under a single cluster.

But I don't want this to happen. I want each of them act as a standalone server. I believe in JBoss-5 we can achieve this by passing -g option which would create a separate partition and thus a separate cluster.

Is there any similar option for WildFly? Please suggest. I don't want to run them in a cluster.

Thanks in advance.


Solution

  • If you do not want JBoss Wildfly to start in a cluster, use the non-HA standalone profiles such as standalone.xml or standalone-full.xml if you require messaging/JMS.

    Hope it helps.