User: oberg   
  Date: 00/11/07 04:15:58

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Settings for Hypersonic service added
  Settings for Hypersonic DS moved to DefaultDS
  
  Revision  Changes    Path
  1.2       +65 -55    jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss.jcml        2000/10/27 09:52:47     1.1
  +++ jboss.jcml        2000/11/07 12:15:57     1.2
  @@ -1,59 +1,69 @@
   <?xml version="1.0"?>
   
   <server>
  -     <mbean name="DefaultDomain:service=Logging,type=Console">
  -       <attribute name="Format">[{2}] {4}</attribute>
  -     </mbean>
  -     <mbean name="DefaultDomain:service=Logging,type=File,sources=All">
  -       <attribute name="LogName">server.log</attribute>
  -     </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>
  -     </mbean>
  -     <mbean name="Adaptor:name=html">
  -       <attribute name="MaxActiveClientCount">10</attribute>
  -       <attribute name="Parser" />
  -       <attribute name="Port">8082</attribute>
  -     </mbean>
  -     <mbean name="DefaultDomain:service=XADataSource,name=Hypersonic">
  -       <attribute name="Properties"></attribute>
  -       <attribute name="URL">jdbc:HypersonicSQL:hsql://localhost</attribute>
  -       <attribute name="GCMinIdleTime">1200000</attribute>
  -       <attribute name="JDBCUser">sa</attribute>
  -       <attribute name="MaxSize">10</attribute>
  -       <attribute name="Password" />
  -       <attribute name="GCEnabled">false</attribute>
  -       <attribute name="InvalidateOnError">false</attribute>
  -       <attribute name="TimestampUsed">false</attribute>
  -       <attribute name="Blocking">true</attribute>
  -       <attribute name="GCInterval">120000</attribute>
  -       <attribute name="IdleTimeout">1800000</attribute>
  -       <attribute name="IdleTimeoutEnabled">false</attribute>
  -       <attribute name="LoggingEnabled">false</attribute>
  -       <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
  -       <attribute name="MinSize">0</attribute>
  -     </mbean>
  -     <mbean name="DefaultDomain:service=XADataSource,name=InstantDB">
  -       <attribute name="Properties"></attribute>
  -       <attribute 
name="URL">jdbc:idb:../conf/default/instantdb.properties</attribute>
  -       <attribute name="GCMinIdleTime">1200000</attribute>
  -       <attribute name="JDBCUser" />
  -       <attribute name="MaxSize">10</attribute>
  -       <attribute name="Password" />
  -       <attribute name="GCEnabled">false</attribute>
  -       <attribute name="InvalidateOnError">false</attribute>
  -       <attribute name="TimestampUsed">false</attribute>
  -       <attribute name="Blocking">true</attribute>
  -       <attribute name="GCInterval">120000</attribute>
  -       <attribute name="IdleTimeout">1800000</attribute>
  -       <attribute name="IdleTimeoutEnabled">false</attribute>
  -       <attribute name="LoggingEnabled">false</attribute>
  -       <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
  -       <attribute name="MinSize">0</attribute>
  -     </mbean>
  -   </server>
  +  <mbean name="Adaptor:name=html">
  +    <attribute name="MaxActiveClientCount">10</attribute>
  +    <attribute name="Parser" />
  +    <attribute name="Port">8082</attribute>
  +  </mbean>
  +  <mbean name="DefaultDomain:service=TransactionManager">
  +    <attribute name="TransactionTimeout">300</attribute>
  +  </mbean>
  +  <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="DefaultDomain:service=Logging,type=File">
  +    <attribute name="Format">[{2}] {4}</attribute>
  +    <attribute name="LogName">server</attribute>
  +  </mbean>
  +  <mbean name="DefaultDomain:service=XADataSource,name=InstantDB">
  +    <attribute name="Properties"></attribute>
  +    <attribute name="URL">jdbc:idb:../conf/default/instantdb.properties</attribute>
  +    <attribute name="GCMinIdleTime">1200000</attribute>
  +    <attribute name="JDBCUser" />
  +    <attribute name="MaxSize">10</attribute>
  +    <attribute name="Password" />
  +    <attribute name="GCEnabled">false</attribute>
  +    <attribute name="InvalidateOnError">false</attribute>
  +    <attribute name="TimestampUsed">false</attribute>
  +    <attribute name="Blocking">true</attribute>
  +    <attribute name="GCInterval">120000</attribute>
  +    <attribute name="IdleTimeout">1800000</attribute>
  +    <attribute name="IdleTimeoutEnabled">false</attribute>
  +    <attribute name="LoggingEnabled">false</attribute>
  +    <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
  +    <attribute name="MinSize">0</attribute>
  +  </mbean>
  +  <mbean name="DefaultDomain:service=Hypersonic">
  +    <attribute name="Port">1476</attribute>
  +    <attribute name="Silent">true</attribute>
  +    <attribute name="Database">jboss</attribute>
  +    <attribute name="Trace">false</attribute>
  +  </mbean>
  +  <mbean name="DefaultDomain:service=XADataSource,name=DefaultDS">
  +    <attribute name="Properties"></attribute>
  +    <attribute name="URL">jdbc:HypersonicSQL:hsql://localhost:1476</attribute>
  +    <attribute name="GCMinIdleTime">1200000</attribute>
  +    <attribute name="JDBCUser">sa</attribute>
  +    <attribute name="MaxSize">10</attribute>
  +    <attribute name="Password" />
  +    <attribute name="GCEnabled">false</attribute>
  +    <attribute name="InvalidateOnError">false</attribute>
  +    <attribute name="TimestampUsed">false</attribute>
  +    <attribute name="Blocking">true</attribute>
  +    <attribute name="GCInterval">120000</attribute>
  +    <attribute name="IdleTimeout">1800000</attribute>
  +    <attribute name="IdleTimeoutEnabled">false</attribute>
  +    <attribute name="LoggingEnabled">false</attribute>
  +    <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
  +    <attribute name="MinSize">0</attribute>
  +  </mbean>
  +  <mbean name="EJB:service=ContainerFactory">
  +    <attribute name="VerifyDeployments">true</attribute>
  +    <attribute name="VerifierVerbose">true</attribute>
  +  </mbean>
  +</server>
   
  
  
  

Reply via email to