2 Replies Latest reply on Jan 18, 2006 10:12 AM by jozsef

    Fixing Corba ports behind firewall

      Hi,

      I have a telco management system connected to Jboss server (2.3.2 on Solaris 9). The communication is ok between them, but if I restart the Jboss server the communication porst will change. (e.g. 63988, 63987, 62831, 62830, 47997, 50759, etc.) This is a problem if I want to configure a firewall between the two system.

      A have checked jboss-service.xml, port-bindings xml, but I have not found the way to fix the port numbers. Is there anybody who had a similar firewalling problem and could solve it?

      For me this is a rather urgent issue.

      Thanks in advance,

      Jozsef

        • 1. Re: Fixing Corba ports behind firewall
          dimitris

          I presume you refer to jboss 3.2.2. All corba stuff is configured in conf/jacorb.properties

          • 2. Re: Fixing Corba ports behind firewall

            Hi Dimitris,

            Thanks for your fast and valuable response. You are absolutely right, I have mistyped the version number. The correct version number is 3.2.3 :)

            That means that in jacorb.properties I have to activate and determinate min/max values like:

            jacorb.net.socket_factory.port.min=55000
            jacorb.net.socket_factory.port.max=55010
            jacorb.net.server_socket_factory.port.min=55100
            jacorb.net.server_socket_factory.port.max=55110

            Am I correct?