Oops!  Forgot to mark it as code for BB!

<!-- ==================================================================== -->
  |    <!-- Invokers to the JMX node                                            
 -->
  |    <!-- 
==================================================================== -->
  | 
  |    <!-- RMI/JRMP invoker -->
  |    <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
  |       name="jboss:service=invoker,type=jrmp">
  |       <attribute name="RMIObjectPort">4446</attribute> <-- Was 4444 -->
  |       <attribute name="ServerAddress">${jboss.bind.address}</attribute>
  |       <!--
  |       <attribute name="RMIClientSocketFactory">custom</attribute>
  |       <attribute name="RMIServerSocketFactory">custom</attribute>
  |       <attribute name="RMIServerSocketAddr">custom</attribute>
  |       <attribute name="SecurityDomain">ssl-domain-name</attribute>
  |       -->
  |       <depends>jboss:service=TransactionManager</depends>
  |    </mbean>
  | 
  |    <mbean code="org.jboss.invocation.local.LocalInvoker"
  |       name="jboss:service=invoker,type=local">
  | 
  |       <depends>jboss:service=TransactionManager</depends>
  |    </mbean>
  | 
  |    <mbean code="org.jboss.invocation.pooled.server.PooledInvoker"
  |       name="jboss:service=invoker,type=pooled">
  |       <attribute name="NumAcceptThreads">1</attribute>
  |       <attribute name="MaxPoolSize">300</attribute>
  |       <attribute name="ClientMaxPoolSize">300</attribute>
  |       <attribute name="SocketTimeout">60000</attribute>
  |       <attribute name="ServerBindAddress">${jboss.bind.address}</attribute>
  |       <attribute name="ServerBindPort">4447</attribute> <-- Was 4445 -->
  |       <attribute 
name="ClientConnectAddress">${jboss.bind.address}</attribute>
  |       <attribute name="ClientConnectPort">0</attribute>
  |       <attribute name="EnableTcpNoDelay">false</attribute>
  | 
  |       <depends 
optional-attribute-name="TransactionManagerService">jboss:service=TransactionManager</depends>
  |    </mbean>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216676#4216676

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216676
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to