0 Replies Latest reply on Nov 23, 2005 11:02 AM by ebende

    stateless session bean communication over http / internet

    ebende

      Hi,

      is it possible to run a JBoss cluster over the internet? In particular, this is what I want:

      On server A I am running Stateless Session Bean 1.
      On server B I am running Stateless Session Bean 2.

      Now I want to let SLSB 1 communicate with SLSB 2.

      However server A and B are NOT located on the intranet, but can only communicate through the internet.

      In other words:
      1. The JNDI lookup of SLSB 1 to find SLSB 2 need to occur over the internet.
      2. Moreover, the communication between the SLSBs, which happens to be RMI/IIOP should tunnel through HTTP and should cross firewalls.

      Does any one know if this scenario is possible?

      Thanks,

      Evert Bende