Here's the snippet.....

  <!-- ==================================================================== -->
  |   <!-- HA JNDI                                                              
-->
  |   <!-- ==================================================================== 
-->
  | 
  |   <mbean code="org.jboss.ha.jndi.HANamingService" 
  |          name="jboss:service=HAJNDI">
  |      <depends>jboss:service=DefaultPartition</depends>
  |     <!-- Name of the partition to which the service is linked -->
  |     <attribute name="PartitionName">DefaultPartition</attribute>
  |     <!-- bind address of HA JNDI RMI endpoint -->
  |     <attribute name="BindAddress">${jboss.bind.address}</attribute>
  |     <!-- RmiPort to be used by the HA-JNDI service
  |          once bound. 0 => auto. -->
  |     <attribute name="RmiPort">0</attribute>
  |     <!-- Port on which the HA-JNDI stub is made available -->
  |     <attribute name="Port">1100</attribute>
  |     <!-- Backlog to be used for client-server RMI 
  |          invocations during JNDI queries -->
  |     <attribute name="Backlog">50</attribute>
  |     
  |     <!-- Multicast Address and Group used for auto-discovery -->
  |     <attribute name="AutoDiscoveryAddress">230.0.0.4</attribute>
  |     <attribute name="AutoDiscoveryGroup">1102</attribute>
  | 
  |     <!-- IP Address to which should be bound: the Port, the RmiPort and
  |          the AutoDiscovery multicast socket. -->
  |     <!-- Client socket factory to be used for client-server
  |          RMI invocations during JNDI queries -->
  |     <!--attribute name="ClientSocketFactory">custom</attribute-->
  |     <!-- Server socket factory to be used for client-server
  |          RMI invocations during JNDI queries -->
  |     <!--attribute name="ServerSocketFactory">custom</attribute-->
  |   </mbean>
  | 
  |   <mbean code="org.jboss.invocation.jrmp.server.JRMPInvokerHA"
  |          name="jboss:service=invoker,type=jrmpha">
  |      <attribute name="ServerAddress">${jboss.bind.address}</attribute>
  |     <!--
  |     <attribute name="RMIObjectPort">0</attribute>
  |     <attribute name="RMIClientSocketFactory">custom</attribute>
  |     <attribute name="RMIServerSocketFactory">custom</attribute>
  |     -->
  |   </mbean>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945685


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to