0 Replies Latest reply on May 23, 2005 11:43 AM by menkun

    Newbie ask for help on Jboss clustering examples

    menkun

      I have install Jboss 4.0.2 on two machines (win2k), and run -b 192.168.1.100 -c all and run -b 192.168.1.101 -c all. From the output, seems that mcast works. But I don't where is the jmx-console. I tried 192.168.1.101:8080/jmx-console, but failed.

      I just need an examples to show how Jboss handle EJB failover. I am looking for a shopping cart example to show Highly available replicated and persisted data store. The service should be up as long as at least 1 node is running, but even if all nodes are taken offline, when the first node is started again, the data previously saved will still be available.

      Could you please give me a link for such example? Thanks a lot!