1 Reply Latest reply on Oct 12, 2005 1:55 PM by bill.burke

    Multiple instances configured via ServiceBindingManager

    dunks80

      I am trying to run multiple server instances of JBoss 4.0.3 with ejb3. I configured each instance with the direction found at here

      It doesn't seem that the sample-bindings.xml file contains a port reassignment for the ejb3 deployer. Am i able to assign the InvokerLocator attribute using a service-config entry? If so how would that entry look? Something like this?

      <service-config name="jboss.ejb3:service=EJB3Deployer"
       delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
       >
       <attribute name="InvokerLocator">socket://0.0.0.0:3883</attribute>
       </service-config>