home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wsgatsam.zip / install / wsgw_datasource.xml < prev    next >
Extensible Markup Language  |  2003-02-24  |  1KB  |  29 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE websphere-sa-config SYSTEM "file:///$XMLConfigDTDLocation$$dsep$xmlconfig.dtd" >
  3. <websphere-sa-config>
  4.  
  5.     <jdbc-driver action="update" name="WebServices Gateway JDBC Driver">
  6.         <description>JDBC Driver for IBM WebServices Gateway</description> 
  7.         <data-source action="update" name="WSGW datasource">
  8.     <database-name>wsgwdb</database-name>
  9.         <minimum-pool-size>1</minimum-pool-size>
  10.         <maximum-pool-size>30</maximum-pool-size>
  11.         <connection-timeout>1000</connection-timeout>
  12.         <idle-timeout>2000</idle-timeout>
  13.             <orphan-timeout>3000</orphan-timeout>
  14.             <statement-cache-size>100</statement-cache-size>
  15.             <default-user>$DB_DEFAULT_USER$</default-user>
  16.             <default-password>$DB_DEFAULT_PWD$</default-password>
  17.             <disable-auto-connectioncleanup>false</disable-auto-connectioncleanup>
  18.             <description>Data Source for IBM WebServices Gateway</description>
  19.             <jndi-name>$JNDI_NAME$</jndi-name>
  20.             <config-properties>
  21.                 <property name="serverName" value=""/>
  22.                 <property name="portNumber" value=""/>
  23.                 <property name="URL" value=""/>
  24.             </config-properties>
  25.         </data-source>
  26.     </jdbc-driver>
  27.     
  28. </websphere-sa-config>
  29.