User: user57  
  Date: 02/04/03 00:35:31

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
   o Added comment instructions on how to enable the deployment cache
     component.
  
  Revision  Changes    Path
  1.41      +19 -1     jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- jboss-service.xml 2 Apr 2002 19:36:41 -0000       1.40
  +++ jboss-service.xml 3 Apr 2002 08:35:31 -0000       1.41
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: jboss-service.xml,v 1.40 2002/04/02 19:36:41 user57 Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.41 2002/04/03 08:35:31 user57 Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -22,9 +22,27 @@
     <!-- Deployment Scanning                                                  -->
     <!-- ==================================================================== -->
   
  +  <!-- Uncomment to enable caching of deployment units
  +  <mbean code="org.jboss.deployment.cache.FileDeploymentStore"
  +      name="jboss.deployment:type=DeploymentStore,flavor=File">
  +    <attribute name="DirectoryName">data/deployment-cache</attribute>
  +  </mbean>
  +
  +  <mbean code="org.jboss.deployment.cache.DeploymentCache"
  +      name="jboss.deployment:type=DeploymentCache">
  +    <depends 
optional-attribute-name="Deployer">jboss.system:service=MainDeployer</depends>
  +    <depends 
optional-attribute-name="Store">jboss.deployment:type=DeploymentStore,flavor=File</depends>
  +  </mbean>
  +  -->
  +
     <mbean code="org.jboss.deployment.scanner.URLDeploymentScanner"
         name="jboss.deployment:type=DeploymentScanner,flavor=URL">
  +
  +    <!-- Uncomment (and comment/remove version below) to enable usage of the 
DeploymentCache
  +    <depends 
optional-attribute-name="Deployer">jboss.deployment:type=DeploymentCache</depends>
  +    -->
       <depends 
optional-attribute-name="Deployer">jboss.system:service=MainDeployer</depends>
  +
       <attribute name="ScanPeriod">5000</attribute>
   
       <!-- 
  
  
  

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

Reply via email to