0 Replies Latest reply on Dec 9, 2015 10:52 AM by ne1mackan

    Securing/disabling HTTP port multiplexing for EJB remote calls in WildFly 8 or 9

    ne1mackan

      Previously (in JBoss AS) EJB remove invocations where done on a separate port (TCP 4447) but since WildFly 8 there is a multiplex feature implemented making the invocations now run on port 8080.

       

      How can I disable this if I want to expose 8080 to the world but not the EJB interface.

       

      Previously it was very easy to not open the port in the firewall but now it is the same as the public port...

       

      Is it possible to switch the EJB remote interface back to use a separate port?