0 Replies Latest reply on Aug 5, 2013 3:28 AM by xuemh

    Where is "deploy/ejb3.deployer/META-INF/jboss-service.xml " in Jboss-5.1.0.GA

    xuemh

      I have deploy/ejb3.deployer/META-INF/jboss-service.xml  in Jboss 4:

      <mbean code="org.jboss.remoting.transport.Connector"

      name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">

      <depends>jboss.aop:service=AspectDeployer</depends>

      <attribute name="Configuration">

      <config>

      <invoker transport="socket">

      <attribute name="numAcceptThreads">1</attribute>

      <attribute name="maxPoolSize">300</attribute>

      <attribute name="clientMaxPoolSize" isParam="true">50</attribute>

      <attribute name="timeout" isParam="true">60000</attribute>

      <attribute name="serverBindAddress">${jboss.bind.address}</attribute>

      <attribute name="serverBindPort">3873</attribute>

       

      <!-- that's the important setting -->

      <attribute name="clientConnectAddress">babyken.org</attribute>

      <attribute name="clientConnectPort">3873</attribute>

       

      <attribute name="backlog">200</attribute>

      </invoker>

      <handlers>

      <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>

      </handlers>

      </config>

      </attribute>

      </mbean>

       

      How can I configure the above setting in Jboss-5.1.0.GA