This one works for my config (at least the farming works ;-) )

  | <?xml version="1.0" encoding="UTF-8"?>    
  | <server>               
  |     <mbean code="org.jboss.ha.framework.server.FarmMemberService"     
  |             name="jboss:service=FarmMember,PartitionName=DefaultPartition">
  |             
<depends>jboss:service=${jboss.partition.name:DefaultPartition}</depends>       
        
  |         <attribute name="PartitionName">DefaultPartition</attribute>      
  |         <attribute name="ScanPeriod">5000</attribute>      
  |         <attribute name="URLs">farm/</attribute>
  |       <attribute name="FilterInstance" 
attributeClass="org.jboss.deployment.scanner.DeploymentFilter" 
serialDataType="javaBean">
  |          <property name="prefixes">#,%,\,,.,_$</property>
  |          <property 
name="suffixes">#,$,%,.BAK,.old,.orig,.rej,.bak,.sh,\,v,~</property>
  |          <property 
name="matches">.make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags</property>
  |       </attribute>
  |       <attribute 
name="URLComparator">org.jboss.deployment.scanner.PrefixDeploymentSorter</attribute>
  |       <attribute 
name="Deployer">jboss.system:service=MainDeployer</attribute>              
  |     </mbean>       
  | </server>   
  | 

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

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


-------------------------------------------------------
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