0 Replies Latest reply on Apr 19, 2006 4:15 AM by surak

    Accessing RMI-server from multiple networks

    surak

      Hi!

      We are having a JBoss which we are using as RMI-server. This server is being accessed from several networks which is what is causing the problem. When jboss receives a RMI-packages from a client in foreign network he ignores them, that is packages coming from an interface other than the one specified with java.rmi.server.hostname. This makes it quite impossible to use the RMI-server from other networks.

      My question is simply; is it possible to specify multiple ips to be used so that the server can be used from multiple networks? To specify multiple java.rmi.server.hostnames so to say.

      Thanks and Cheers!
      Johan