1 Reply Latest reply on Feb 3, 2005 10:57 AM by omartin

    Disable clustering in JBoss 3.2.5

    storminnovy

      My implementation requires the use of the all server, but I wish to turn clustering off. I changed the UDP entry in the cluster-service.xml file to look like the following:

      <UDP mcast_addr="127.0.0.1" mcast_port="45566"
      ip_ttl="1" ip_mcast="false"
      mcast_send_buf_size="800000" mcast_recv_buf_size="150000"
      ucast_send_buf_size="800000" ucast_recv_buf_size="150000"
      loopback="false" />

      This has prevented JBoss from trying to cluster with other JBoss instances on the network, but I'm looking for the proper way to disable clustering. Thanks very much.