You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/01/08 21:32:46 UTC

cvs commit: xml-cocoon/webapp cocoon.xconf

bloritsch    01/01/08 12:32:46

  Modified:    webapp   Tag: xml-cocoon2 cocoon.xconf
  Log:
  Sample with minimum 5 simultaneous connections and a maximum 10
  simultaneous connections.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.12  +1 -0      xml-cocoon/webapp/Attic/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/Attic/cocoon.xconf,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- cocoon.xconf	2001/01/06 06:36:15	1.1.2.11
  +++ cocoon.xconf	2001/01/08 20:32:44	1.1.2.12
  @@ -66,6 +66,7 @@
   
     <component role="org.apache.cocoon.components.datasource.DataSourceComponentSelector" class="org.apache.cocoon.CocoonComponentSelector">
       <component-instance name="personnel" class="org.apache.cocoon.components.datasource.JdbcDataSource">
  +      <pool-controller min="5" max="10"/>
         <driver>postgresql.Driver</driver>
         <dburl>jdbc:postgresql://localhost/test</dburl>
         <user>test</user>