0 Replies Latest reply on Jul 9, 2003 12:38 PM by melopm

    RMI over firewall

    melopm

      I've got a connection to a DMZ with a NAT.

      When connection with RMI over SSL I get
      java.rmi.ConnectException: Connection refused to host: IPAddress.

      This IPAddress is the Internet IP of the server.
      I've configured (in my knowledge) according to all the posts I've found. I've even configured the http-invoker.sar to use the InvokerURL as
      https://NATAddress/invoker/EJBInvokerServlet

      If i run this locally it works perfectly. Once i'm over the firewall on the DMZ it will not work.

      How can I force JBoss to use a specific IP for the RMI?

      thanks for your help