Project

General

Profile

« Previous | Next » 

Revision 2132

Replace Harvester dbDriver property with database property

View differences:

harvester.html
164 164
          Default: <code>true</code>
165 165
    </tr>
166 166
    <tr>
167
      <td>dbDriver</td>
168
      <td>The JDBC driver to be used to access the backend database. This
169
          setting should match the value of the dbDriver property as set 
170
          in the <a href=../../build.xml>build.xml</a> file as appropriate 
171
          to the database being used (Oracle, PostgreSQL, or SQL Server).
167
      <td>database</td>
168
      <td>The backend database
169
          This setting should match the value of the <code>database</code>
170
          property as set in the 
171
          <a href=../../build.properties>build.properties</a>
172
          file in the associated Metacat installation.
172 173
      </td>
173
      <td>Examples:<br>
174
          <code>oracle.jdbc.driver.OracleDriver</code><br>
175
          <code>org.postgresql.Driver</code><br>
176
          <code>com.microsoft.jdbc.sqlserver.SQLServerDriver</code>
174
      <td><code>oracle | postgresql | sqlserver</code>
177 175
      </td>
178 176
    </tr>
179 177
    <tr>

Also available in: Unified diff