0 Replies Latest reply on Oct 25, 2004 5:31 AM by heima

    singleton mbean can't work with linux

    heima

      start jboss with : run.sh -c all --host 192.168.0.1

      and another jboss start with: run.sh -c all --host 192.168.0.2

      the two jboss are the same ,just run with different virtual IP address

      under linux and windows

      the result is :

      under windows ,the singleton mbean works well, that means just one jboss server runs singleton mbean's service .

      under linux ,the singleton mbean can't well, the two jboss server both run singleton mbean's service.

      thanks in advance !