0 Replies Latest reply on Mar 14, 2012 9:39 AM by sushan.reddy

    Bind JBoss process to a particular port instead of using a range of port

    sushan.reddy

      Hi All,

      I am using JBoss. The JBoss process binds to ports in a range. My application ran into troubles when setting up remote swing clients with a firewall in between server and client. I want the ability to limit the process to a particular port so I do not have to open as many ports in the firewall.


            I want to bind JBoss process to a particular port instead of using a range of ports.

      I configured the serverBindPort in  server\xxx\deploy\remoting-jboss-beans.xml to 32444.

      After this change it looks like Jboss is binding to this port each time server is restarted. But for some reason, it still tries to bind to random port in addition to this.


      Are there any other files I need to modify?


      Thanks for your help in advance.