User: oberg   
  Date: 00/06/16 06:13:28

  Added:       src/etc/conf jboss.jcml
  Log:
  Added jars to /client
  Added conf service
  Added jboss JMX configuration file
  Added mime types for webserver
  
  Revision  Changes    Path
  1.1                  jboss/src/etc/conf/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  <server>
       <mbean name="DefaultDomain:service=Logging,type=Console">
         <attribute name="Format">[{2}] {4}</attribute>
       </mbean>
       <mbean name="DefaultDomain:service=Webserver">
         <attribute name="Port">8083</attribute>
       </mbean>
       <mbean name="Adaptor:name=html">
         <attribute name="MaxActiveClientCount">10</attribute>
         <attribute name="Parser" />
         <attribute name="Port">8082</attribute>
       </mbean>
     </server>
  
  

Reply via email to