Search code examples
jbossportfirewalljboss7.x

what jboss ports do we need to open in a firewall?


We have an application that runs on Jboss 7 and when we install it on the client site we would like to tell him which ports to open in the firewall, we are not sure which one are absolutely necessary:

  • EJB3 Remoting Connector (we are using MDB)
  • JNDI
  • IIOP (RMI)
  • JMX RMI (We are not using JMX)
  • SMNP (Not using it)
  • JMS (we have some inner queues accessed locally)
  • clustering (we are not using clustering so i guess we don't need that one)
  • Remoting
  • Messaging

Solution

  • This is a good starting point. My suggestion would be to try the setup locally, figure out the correct ports and then pass it on to the client. Troubleshooting this setup at the client site is really not a good idea.

    Update Another link : A little more detailed.