2 Replies Latest reply on May 15, 2007 11:52 PM by mrvora

    How to Disable default clustering in JBOSS?

    mrvora

      Hi,
      I am new to JBOSS and having one problem. I am having client-server application made in SWT and EJB3.0. I am using EAR file named 'DB2DSPRD.ear' to deploy on the server.
      The problem i am facing is that even if my local server is DOWN it goes to search another server in the LAN in which the EAR named DB2DSPRD is deployed and fetches the data. I think it is a small thing related to clustering. on the server console it shows me all the JBOSS up in the LAN like..

      [DefaultPartition] I am (192.168.1.70:1099) received membershipChanged event:
      [DefaultPartition] Dead members: 1 ([192.168.1.220:1099])
      [DefaultPartition] New Members : 0 ([])
      [DefaultPartition] All Members : 3 ([192.168.1.9:1099, 192.168.1.70:1099, 192.168.1.217:1099])
      [DefaultPartition] New cluster view for partition DefaultPartition: 5539 ([192.168.1.9:1099, 192.168.1.70:1099, 192.168.1.217:1099, 192.168.1.220....

      I guess i have to change or disable default clustering in some XML file..but i m not aware of the specific location.. so need help.

      Regards,
      Mitesh