User: schaefera
  Date: 01/11/12 11:59:16

  Modified:    etc      farm-service.xml
  Log:
  Finished 1. Version of the JBoss Farm. Now it uses the AutoDeployer and
  therefore FarmAutoDeployer became obsolete. The Farm now support also
  undeployment, copies a deployed file back to /deploy/farm when on a
  remote node and also removes it from there when undeployed on a remote
  node.
  
  Revision  Changes    Path
  1.2       +4 -1      jbossmx/etc/farm-service.xml
  
  Index: farm-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmx/etc/farm-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- farm-service.xml  2001/11/12 04:24:18     1.1
  +++ farm-service.xml  2001/11/12 19:59:16     1.2
  @@ -23,7 +23,7 @@
      <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">
  +   <mbean code="org.jboss.deployment.AutoDeployer" 
name="JBOSS-SYSTEM:service=FarmAutoDeployer">
         <attribute name="Deployers">
            JBOSS-SYSTEM:spine=FarmMember
         </attribute>
  @@ -32,6 +32,9 @@
         </attribute>
         <attribute name="Timeout">
            3000
  +      </attribute>
  +      <attribute name="WithInitialRun">
  +         false
         </attribute>
      </mbean>
   
  
  
  

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

Reply via email to