User: schaefera
  Date: 01/11/11 20:24:18

  Added:       etc      farm-service.xml
  Log:
  Reworked Farm which is now part of clustering and uses JavaGroups. Right
  now only the "farm-service.xml" must be deployed on each node of the
  farm and then servies must be placed into "/jboss/deploy/farm" and voila
  you this servies deployed on all nodes of the farm.
  Updated the JSR-77 file and created the MEJB Session Bean which allows
  the client to retrieve management info from the server and then manage
  the server. The Session Bean is a vain implementation.
  
  Revision  Changes    Path
  1.1                  jbossmx/etc/farm-service.xml
  
  Index: farm-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!--  Sample Farming Service Configuration                                   -->
  <!--                                                                       -->
  <!-- ===================================================================== -->
  
  <server>
  
     <classpath archives="jbossha.jar"/>
  
     <depends>JBOSS-SYSTEM:service=Naming</depends>
     <depends>JBOSS-SYSTEM:service=ServiceDeployer</depends>
  
     <!-- ==================================================================== -->
     <!-- Cluster Partition: defines cluster                                   -->
     <!-- ==================================================================== -->
  
     <mbean code="org.jboss.ha.framework.server.ClusterPartition" 
name="JBOSS-SYSTEM:service=DefaultPartition">
     </mbean>
  
     <mbean code="org.jboss.ha.framework.server.FarmMemberService" 
name="JBOSS-SYSTEM:spine=FarmMember" >
     </mbean>
  
     <mbean code="org.jboss.deployment.FarmAutoDeployer" 
name="JBOSS-SYSTEM:service=FarmAutoDeployer">
        <attribute name="Deployers">
           JBOSS-SYSTEM:spine=FarmMember
        </attribute>
        <attribute name="URLs">
           ../deploy/farm
        </attribute>
        <attribute name="Timeout">
           3000
        </attribute>
     </mbean>
  
  </server>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to