User: juha    
  Date: 00/10/15 13:52:26

  Modified:    src/etc/conf jboss.jcml
  Log:
  Verifier verbose mode implemented. On by default, edit jboss.jcml to turn it off.
  
  Revision  Changes    Path
  1.6       +1 -0      jboss/src/etc/conf/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/jboss.jcml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss.jcml        2000/10/09 19:52:59     1.5
  +++ jboss.jcml        2000/10/15 20:52:26     1.6
  @@ -9,6 +9,7 @@
        </mbean>
        <mbean name="EJB:service=ContainerFactory">
          <attribute name="VerifyDeployments">true</attribute>
  +       <attribute name="VerifierVerbose">true</attribute>
        </mbean>
        <mbean name="DefaultDomain:service=Webserver">
          <attribute name="Port">8083</attribute>
  
  
  

Reply via email to