4 Replies Latest reply on Jun 7, 2013 1:16 PM by ccbutkus

    JBoss 4.2.2 EJB 3 Invoker Bind Address

    ccbutkus

      I've got a problem with JBoss 4.2.2 in that I'm trying to get the EJB 3 invoker to bind to any address (0.0.0.0).

       

      But when I set this in the server/default/deploy/ejb3.deployer/META-INF/jboss-service.xml file.  It doesn't seem to matter.

       

      I set the appropriate attribute as follows:

       

      <attribute name="InvokerLocator">socket://0.0.0.0:3873</attribute>

       

      But when I run the JBoss and do a netstat I get:

       

      tcp    0 127.0.0.1:3873          0.0.0.0:*               LISTEN

       

       

      Is it possible to get the EJB 3 invoker to listen on 0.0.0.0 in JBoss 4.2.2?

       

      Thanks in advance!