0 Replies Latest reply on Oct 5, 2013 1:45 AM by michaelf

    How to close the UDP port opened for all IPs in the JBoss 7 standalone configuration?

    michaelf

      I launched  Jboss 7.1.1.Final on Centos6 using JDK7.

      When I check what port is opened I see the following UDP port opened for all IPs:

       

      netstat -ntulp

      Active Internet connections (only servers)

      Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name

      udp        0                    0 :::43676                      :::*                                                  2460/java

       

      The port is changing its value each time I restart JBoss.

      Where and why the UDP port is configured?

        

      I use `standalone\configuration\standalone.xml` and I can not find any UDP configuration there.

           

      I have commended out `management-native` socket-binding and use only `management-http` socket-binding.

        

      I still can see opened UDP port and I want to close it.

       

          Please help.