You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by Apache Wiki <wi...@apache.org> on 2005/11/23 17:55:35 UTC

[Directory Wiki] Update of "NamingHome" by MartinAhrer

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification.

The following page has been changed by MartinAhrer:
http://wiki.apache.org/directory/NamingHome

The comment on the change is:
Sample is missing the factory parameter for the data source

------------------------------------------------------------------------------
    <context>
      <environment name="config/host" value="www.apache.org" type="java.lang.String" />
      <resource name="jdbc/pool" type="javax.sql.DataSource">
+       <parameter>
+         <name>factory</name>
+         <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
+       </parameter>
        <parameter>
          <name>driverClassName</name>
          <value>org.hsqldb.jdbcDriver</value>