2 Replies Latest reply on Aug 23, 2005 7:39 AM by spothineni

    Distributed JBOSS and sharing object

    spothineni

      Hi,

      In our application (IMAP based one) the requirement is that some dynamic information need to be accessed by all the users using the application. Till now we using only one JBOSS server, so we used Hashmap to store the information.
      But now we are planning to use two JBOSS servers, and the users accessing any of the two jboss servers shall know the dynamic information. Could you please tell me the best approach of how I can achieve this.

      Thanks